David Estévez Fernández
unread,Feb 26, 2012, 4:52:46 PM2/26/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OOML
Hello,
I have used ooml for designing a piece that is made by extruding a
polygon, and when I have previewed the openSCAD code, I have noticed
that the normals for the surfaces were inverted, and the surfaces were
show purple instead of yellow, as usual.
Another thing I'd like to know is why the polygon extrusion is
implemented as a polyhedron, despite the fact that the usual way to
perform that in openSCAD is by using the linear_extrude() function
(and that way the normals are always ok).