Disabled orbit control damping in r3f
This commit is contained in:
parent
1886d6ba94
commit
22cb5542bc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ const EditorScene = () => {
|
|||
{showGrid && <gridHelper args={[1000, 1000, 0x444444, 0x888888]} />}
|
||||
{showAxes && <axesHelper args={[500]} />}
|
||||
{/* @ts-ignore */}
|
||||
<OrbitControls ref={orbitControlsRef} />
|
||||
<OrbitControls ref={orbitControlsRef} enableDamping={false} />
|
||||
<primitive object={helpersRoot}></primitive>
|
||||
<ProxyManager orbitControlsRef={orbitControlsRef} />
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue