kovacsv / Online3DViewer

A solution to visualize and explore 3D models in your browser.
https://3dviewer.net
MIT License
2.4k stars 525 forks source link

[FR] 3D navigation cube #67

Open X-Ryl669 opened 3 years ago

X-Ryl669 commented 3 years ago

When viewing 3D CAD models, it's useful to know the position of the model with respect to axis (to know what is the X and Y direction, the top / front / left plane).

Usually, for this task, 3D CAD software display a navigation cube like this: image

Moving the model rotates the cube accordingly, and clicking on the cube's face moves back the camera to the expected orientation.

Hybstersas commented 3 years ago

definitley useful !

X-Ryl669 commented 3 years ago

It's in my NavCube branch, for what it's worth! image

neming81 commented 5 months ago

Is there any way I can only use the code for the cube?