Mark Moissette
Mark Moissette
- collapsible branches are a must! - show/hide objects via editor - object style (wireframe, shaded etc) settable via hiearchy view - object highlighting in 3d view via this view...
- project structure - tests (totally lacking) - css & theming
Right now, rounding parameters have been removed from cubes and cylinders, this needs to be re-added
Ie , have a menu of sorts to add basic shapes (cube, sphere etc) , without having to type code
- needs to be less clunky - to accomodate potentially more data stores - to be less horribly implemented
see the openjscad documentation here :http://joostn.github.com/OpenJsCad/
Currently having issues (particularly with sphere based geometries), causing stack overflow/too much recursion errors: this come from the csg's tree implementation, and could be solved by moving to an iterative...