1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 02:59:42 +01:00

change infinity

This commit is contained in:
Justin Lin 2022-01-11 15:44:15 +08:00
parent 84eeaf913a
commit b3aaecd32c

View File

@ -5,7 +5,7 @@ function vrn_sphere(points) =
let(
r = norm(points[0]),
plane_pts = [for(p = points) stereographic_proj_to_plane(p / r)],
inifinity = [4.5e8, 0],
inifinity = [4e8, 0],
vrn2_cells = vrn2_cells_from(concat(plane_pts, [inifinity]))
)
[