camera actions

This commit is contained in:
wass08
2026-02-05 13:52:16 +09:00
parent 3579dccf9a
commit 875cf277e0
6 changed files with 183 additions and 63 deletions
+3
View File
@@ -56,6 +56,9 @@ export interface CameraControlEvent {
type CameraControlEvents = {
'camera-controls:view': CameraControlEvent
'camera-controls:capture': CameraControlEvent
'camera-controls:top-view': undefined
'camera-controls:orbit-cw': undefined
'camera-controls:orbit-ccw': undefined
}
type EditorEvents = GridEvents &