mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 05:21:38 +02:00
update comment
This commit is contained in:
@@ -21,8 +21,6 @@ use <experimental/rand_pts_sphere.scad>;
|
|||||||
use <polyhedron_hull.scad>;
|
use <polyhedron_hull.scad>;
|
||||||
|
|
||||||
number = 20;
|
number = 20;
|
||||||
u = rands(0, 1, number);
|
|
||||||
v = rands(0, 1, number);
|
|
||||||
radius = 2;
|
radius = 2;
|
||||||
|
|
||||||
points = rand_pts_sphere(radius, number);
|
points = rand_pts_sphere(radius, number);
|
||||||
|
Reference in New Issue
Block a user