1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 01:04:07 +02:00

change phi

This commit is contained in:
Justin Lin
2022-01-17 20:04:21 +08:00
parent 6e0c0cfc78
commit 2cfc99a08c

View File

@@ -12,7 +12,7 @@ pts = [
for(i = [0:n])
let(
theta = rands(0, 360, 1)[0],
phi = rands(5, 175, 1)[0],
phi = rands(15, 165, 1)[0],
rs = radius * sin(phi)
)
[