mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
change phi
This commit is contained in:
@@ -12,7 +12,7 @@ pts = [
|
|||||||
for(i = [0:n])
|
for(i = [0:n])
|
||||||
let(
|
let(
|
||||||
theta = rands(0, 360, 1)[0],
|
theta = rands(0, 360, 1)[0],
|
||||||
phi = rands(5, 175, 1)[0],
|
phi = rands(15, 165, 1)[0],
|
||||||
rs = radius * sin(phi)
|
rs = radius * sin(phi)
|
||||||
)
|
)
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user