1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 09:44:16 +02:00
This commit is contained in:
Justin Lin
2020-03-06 15:26:17 +08:00
parent 4c2fe1e3d5
commit 6a5b580562
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
use <util/rand.scad>; use <util/rand.scad>;
use <experimental/_impl/_pnoise1.scad>; use <experimental/_impl/_pnoise1_impl.scad>;
function pnoise1(xs, seed) = function pnoise1(xs, seed) =
let(sd = is_undef(seed) ? floor(rand(0, 256)) : seed % 256) let(sd = is_undef(seed) ? floor(rand(0, 256)) : seed % 256)