Firefly icon indicating copy to clipboard operation
Firefly copied to clipboard

add flag to disable camera

Open agurvich opened this issue 2 years ago • 3 comments

lock users to a tween params path but let them use filters, etc.

agurvich avatar Mar 22 '22 18:03 agurvich

https://discourse.threejs.org/t/enable-disable-controls/3055/3

can disable trackball controls but the call to controls.update in renderLoop is necessary to re-point camera in trackball controls. might need to update how tweening is done to re-point camera because tweening in fly controls is the same as tweening with the controls.update call commented out

agurvich avatar Mar 30 '22 19:03 agurvich

should not happen until we've cleared: https://github.com/ageller/Firefly/issues/91 and improved tween support. As it is now tweening is still pretty experimental

agurvich avatar Apr 14 '22 13:04 agurvich

after learning more about the controls, seems like we should be able to disable or remap the mouse buttons events associated with activating pan, rotate, and zoom (https://threejs.org/docs/#examples/en/controls/TrackballControls.mouseButtons).

agurvich avatar Dec 07 '22 15:12 agurvich