Skip to content

How to run slower in the canvas? I'm using drei's orbit controls. #2612

Answered by conor-v
GithubMVS asked this question in Q&A
Discussion options

You must be logged in to vote

Hey GithubMVS, you can give extra options with the orbitcontrols to make them slower.

  <Canvas>
          <OrbitControls 
            // friction --> how fast rotate
            dampingFactor={0.07} 
            // mouse sensitivity --> how long rotate (time)
            rotateSpeed={0.25}
          />
  </Canvas>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GithubMVS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants