-
Notifications
You must be signed in to change notification settings - Fork 2
Camera move event #18
Copy link
Copy link
Open
Description
Something like:
_r.on(_r.scene.activeCamera, 'move', () => { console.log('moved !!!'); });
And maybe an option to set if it's for:
- position only
- rotation only
- both (default)
_r.on(_r.scene.activeCamera, 'move', () => { console.log('moved !!!'); }, "ROTATION_ONLY");
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels