Updated docs.

This commit is contained in:
Bruce Hill 2017-10-28 01:50:15 -07:00
parent 0e056e44bb
commit 69d97d6773

View File

@ -43,6 +43,7 @@ may be needed for higher dimensional noise and additional detail.
This library also include 1D, 2D, and 3D noise shaders for use with the [LÖVE game engine](https://love2d.org/).
The shader versions are much faster for producing many noise values, as they run in parallel on the GPU.
There is a demo available in the demo/ directory.
```lua
local noise_shader, noise_gradient_shader = Noise.make3dShader{resolution=11}