Updated docs.
This commit is contained in:
parent
0e056e44bb
commit
69d97d6773
@ -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/).
|
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.
|
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
|
```lua
|
||||||
local noise_shader, noise_gradient_shader = Noise.make3dShader{resolution=11}
|
local noise_shader, noise_gradient_shader = Noise.make3dShader{resolution=11}
|
||||||
|
Loading…
Reference in New Issue
Block a user