mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-02 12:57:44 +02:00
update doc
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# nz_worley3
|
# nz_worley3
|
||||||
|
|
||||||
Returns the 3D [Worley noise](https://en.wikipedia.org/wiki/Worley_noise) value `[cell_x, cell_y, cell_y, noise]` at the (x, y, z) coordinate.
|
Returns the 3D [Worley noise](https://en.wikipedia.org/wiki/Worley_noise) value `[cell_x, cell_y, cell_z, noise]` at the (x, y, z) coordinate.
|
||||||
|
|
||||||
It divides the space into grids. The nucleus of each cell is randomly placed in a grid.
|
It divides the space into grids. The nucleus of each cell is randomly placed in a grid.
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# nz_worley3s
|
# nz_worley3s
|
||||||
|
|
||||||
Returns 3D [Worley noise](https://en.wikipedia.org/wiki/Worley_noise) values `[cell_x, cell_y, cell_y, noise]` at (x, y, z) coordinates.
|
Returns 3D [Worley noise](https://en.wikipedia.org/wiki/Worley_noise) values `[cell_x, cell_y, cell_z, noise]` at (x, y, z) coordinates.
|
||||||
|
|
||||||
It divides the space into grids. The nucleus of each cell is randomly placed in a grid.
|
It divides the space into grids. The nucleus of each cell is randomly placed in a grid.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user