Is there a way to make the visual (3D) display on the right spin or
rotate slowly so that one can get a better 3D appreciation without
having to manually manipulate the view point with the mouse?
Jon
Not automatically. You could setup animation
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#.24t
.
Newly minted Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/twirling-display-tp13856p13861.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
In other programs i use keyboard orbit, where WASD allow total up down left
right orbital of the display.
with openscad, the keyboard is always attributed to the text area, so the
control for orbit would have to be programatic or a new button on the
display area. in code it's just having access to the camera transform :D and
a time variable.
--
View this message in context: http://forum.openscad.org/twirling-display-tp13856p13863.html
Sent from the OpenSCAD mailing list archive at Nabble.com.