Open agausmann opened 1 year ago
I'm not sure how this will interact with DEF
and USE
. If we duplicate a shape everywhere it is USE
d then that will increase the number of faces/vertices/nodes. (Assuming that OpenSCAD is internally caching and reusing the output of the modules generated for each DEF
)
Idea is to reduce the number of vertices and
polyhedron
nodes in OpenSCAD.The minimum distinction that has to be made is shapes of different colors, which have to be kept separate because they must be children of separate
color
nodes.