pmndrs / three-stdlib

📚 Stand-alone library of threejs examples designed to run without transpilation in node & browser
https://npmjs.com/three-stdlib
MIT License
676 stars 110 forks source link

Support setGizmosVisible of ArcballControls #372

Open Kosuke-KIDO-datalabs opened 1 month ago

Kosuke-KIDO-datalabs commented 1 month ago

Describe the feature you'd like:

I want to display a spherical gizmo to make it easier to see the camera rotation, like the vanilla three.js example, but I don't think setGizmosVisible is working.

https://threejs.org/examples/#misc_controls_arcball

image

Suggested implementation:

Make it work. Or, if it is possible to get the position of gizmo, which is an internal parameter, it can be drawn on our own.