You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the TrackballControl source is very similar to OrbitControl, I took the source of OrbitControls.vue.d.ts and adjusted it slightly. That version works in my application and I can use it directly like OrbitControls.
Description
As a developer using TresJS / cientos, I would like to have a TrackballControls component similar to OrbitControls.
see Threejs: https://threejs.org/docs/#examples/en/controls/TrackballControls
Suggested solution
Since the TrackballControl source is very similar to OrbitControl, I took the source of OrbitControls.vue.d.ts and adjusted it slightly. That version works in my application and I can use it directly like OrbitControls.
<TresCanvas"> <TresPerspectiveCamera/> <VisuTrackBallControls /> </TresPerspectiveCamera> </TresCanvas>
VisuTrackBallControls.vue.txt
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: