Support setGizmosVisible of ArcballControls
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 858
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
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
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing ArcballControls.setGizmosVisible with the vanilla three.js misc_controls_arcball example linked in the issue. Verify whether enabling it displays the spherical rotation gizmo, or whether the gizmo position can be exposed for external drawing; done means one of those supported workflows works as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- three.js
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100