three-stdlib icon indicating copy to clipboard operation
three-stdlib copied to clipboard

Support setGizmosVisible of ArcballControls

Open Kosuke-KIDO-datalabs opened this issue 1 year ago • 0 comments

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.

Kosuke-KIDO-datalabs avatar Jun 06 '24 01:06 Kosuke-KIDO-datalabs