Disable rotate on start new sketch (#4287)
disable rotate on start new sketch Co-authored-by: Frank Noirot <frank@zoo.dev>
This commit is contained in:
@ -644,6 +644,7 @@ export const ModelingMachineProvider = ({
|
|||||||
input.plane
|
input.plane
|
||||||
)
|
)
|
||||||
await kclManager.updateAst(modifiedAst, false)
|
await kclManager.updateAst(modifiedAst, false)
|
||||||
|
sceneInfra.camControls.enableRotate = false
|
||||||
sceneInfra.camControls.syncDirection = 'clientToEngine'
|
sceneInfra.camControls.syncDirection = 'clientToEngine'
|
||||||
|
|
||||||
await letEngineAnimateAndSyncCamAfter(
|
await letEngineAnimateAndSyncCamAfter(
|
||||||
|
Reference in New Issue
Block a user