mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
rename param
This commit is contained in:
@@ -11,6 +11,6 @@
|
|||||||
use <../util/rand.scad>;
|
use <../util/rand.scad>;
|
||||||
use <_impl/_nz_worley3_impl.scad>;
|
use <_impl/_nz_worley3_impl.scad>;
|
||||||
|
|
||||||
function nz_worley3(x, y, z, seed, tile_w = 10, dist = "euclidean") =
|
function nz_worley3(x, y, z, seed, grid_w = 10, dist = "euclidean") =
|
||||||
let(sd = is_undef(seed) ? floor(rand(0, 256)) : seed % 256)
|
let(sd = is_undef(seed) ? floor(rand(0, 256)) : seed % 256)
|
||||||
_nz_worley3([x, y, z], sd, tile_w, dist);
|
_nz_worley3([x, y, z], sd, grid_w, dist);
|
Reference in New Issue
Block a user