kaosat-dev / CoffeeSCad

DISCONTINUED ! Browser based 3D solid CAD editor, Openscad style, with a Coffeescript based syntax, using only Coffeescript + Javascript
MIT License
227 stars 53 forks source link

View: Add isometric view #152

Open korpx opened 10 years ago

korpx commented 10 years ago

Using Diagonal (camera/view) restores the last manually rotated view. I miss the ability to quickly go to isometric view (CTRL+0 in OpenSCAD). Would it be possible to implement?

http://coffeescad.net/online_edge/# Firefox 26.0/Ubuntu 64bit

kaosat-dev commented 10 years ago

do you mean switching to orthographic view ? That can already be done in edge by clicking on the "eye" icon on the right (switches between orthographic and perspective). If that is not what you meant, could you please elaborate :)

korpx commented 10 years ago

No not quite. Maybe isometric is not the correct term. Checked it on Wikipedia and I didn't realize that related to represetning 2D as 3D. I guess it would be Diagonal in 3D terms. Sorry for the misunderstanding.

Again referring to OpenSCAD, try CTRL+0 for what I mean. Diagonal with a memory in regards only to zoom. Diagonal view seems to work in CoffeeSCAD as long as you don't pan/rotate/move the camera around in that view. If you do it will not revert to the default Diagonal view again but rather to the panned/rotated/moved view.