@ -36,7 +36,7 @@ type interactionType = 'pan' | 'rotate' | 'zoom'
|
|||||||
|
|
||||||
const throttledEngCmd = throttle((cmd: EngineCommand) => {
|
const throttledEngCmd = throttle((cmd: EngineCommand) => {
|
||||||
engineCommandManager.sendSceneCommand(cmd)
|
engineCommandManager.sendSceneCommand(cmd)
|
||||||
}, 1000 / 15)
|
}, 1000 / 30)
|
||||||
|
|
||||||
interface ThreeCamValues {
|
interface ThreeCamValues {
|
||||||
position: Vector3
|
position: Vector3
|
||||||
|
Reference in New Issue
Block a user