bernhard-42 / vscode-ocp-cad-viewer

A viewer for OCP based Code-CAD (CadQuery, build123d) integrated into VS Code
Apache License 2.0
96 stars 10 forks source link

Enhancement: Add XYZ axis labels to the origin axis marker #13

Closed SummerStorm closed 1 year ago

SummerStorm commented 1 year ago

I would like to propose an enhancement. Most 3D software have the three axis labelled on the axis marker. As of 1.0.0, ocp-cad-viewer does not have this feature yet. It would be nice to have the axis labelled.

VNDNRgpJVJ

jdegenstein commented 1 year ago

This relevant SO question may offer some help, I think copying the camera quaternion is probably the right thing to do:

https://stackoverflow.com/questions/12919638/textgeometry-to-always-face-user

bernhard-42 commented 1 year ago

Thanks for adding this finding to the issue @jdegenstein

jdegenstein commented 1 year ago

@SummerStorm can you close this issue as this feature has been added to OCP (upstream in three-cad-viewer)?