mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 17:56:28 +02:00
polyhedron_info "vnf" returns untriangulated (full) polyhedron faces
This commit is contained in:
@@ -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 :
|
||||
|
Reference in New Issue
Block a user