yomotsu / camera-controls

A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.
https://yomotsu.github.io/camera-controls/
MIT License
2.05k stars 257 forks source link

Wrong Raycaster after all SetOrbitPoint #541

Open RyugaRyuzaki opened 1 month ago

RyugaRyuzaki commented 1 month ago

Describe the bug

Hi, with version @2.7.3. When i SetOrbitPoint, then after that, i raycaster so the mouse was wrong.How can i fix this?

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. See error

Code

///

Live example

///

Expected behavior

///

Screenshots or Video

No response

Device

No response

OS

No response

Browser

Chrome

yomotsu commented 1 month ago

Would you mind providing a simplified working example to help reproduce your issue?