mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
polyhedron_info "vnf" returns untriangulated (full) polyhedron faces
This commit is contained in:
parent
9ffed88750
commit
316304d7d5
@ -699,7 +699,8 @@ function regular_polyhedron_info(
|
||||
face_normals,
|
||||
radius_scale*entry[in_radius]
|
||||
] :
|
||||
info == "vnf" ? [move(translation,p=scaled_points), stellate ? faces : face_triangles] :
|
||||
// info == "vnf" ? [move(translation,p=scaled_points), stellate ? faces : face_triangles] :
|
||||
info == "vnf" ? [move(translation,p=scaled_points), faces] :
|
||||
info == "vertices" ? move(translation,p=scaled_points) :
|
||||
info == "faces" ? faces :
|
||||
info == "face normals" ? face_normals :
|
||||
|
Loading…
x
Reference in New Issue
Block a user