round point sphere

这个提交包含在:
jasminium
2021-01-05 11:54:04 +01:00
父节点 ce0a3cfa79
当前提交 20b7768a5d

查看文件

@@ -75,8 +75,8 @@ class Sphere(UserObjectGeometry):
raise
# Centre of sphere
xc, yc, zc = uip.round_to_grid(p1)
p2 = uip.round_to_grid_static_point(p1)
xc, yc, zc = uip.round_to_grid(p1)
# Look up requested materials in existing list of material instances
materials = [y for x in materialsrequested for y in grid.materials if y.ID == x]