camera-controls
camera-controls copied to clipboard
A camera control for three.js, similar to THREE.OrbitControls yet supports smooth transitions and more features.
### Is your feature request related to a problem? Please describe. If the `dampingFactor` is `1` for accurate navigation and rotation, the `enableTransition` of `setTarget` and `setPosition` no longer has...
## Describe the bug see the attached screenshot ## To Reproduce Steps to reproduce the behavior: 1. check 'dolly to cursor' 2. rotate the mouse wheel (repeat increasing and decreasing)...
Can be observed in the orthographic example: - left click rotates around the center of the cube - check dollyToCursor - zoom in (with the cursor approximately in the middle...
### Is your feature request related to a problem? Please describe. I'm using PerspectiveCamera, I'd like to be able to keep camera position z fixed when trucking, so that the...
Hi any one have mesh walk example with react-three-fiber. Like below [https://yomotsu.github.io/walkthrough/](https://yomotsu.github.io/walkthrough/). Or any suggestion how i can achive.
### Describe the bug Setting setOrbitPoint seems to change the behavior of setLookAt. I would expect setLookAt to be idempotent, which is to say, when given identical parameters, it should...
Hi! Thanks for the great library. I found an issue on Mac in Chrome. If I zoom with mouse wheel or touchpad, everything is fine. But if press Shift and...
### Is your feature request related to a problem? Please describe. Hello there! First of all, thank you so much for your awesome work, this tool is really useful! In...
It's useful for TPS Shooting Games. Would be cool to have it without fork.
Regarding #458, I propose a new structure for configuring mouse buttons. Instead of a configuration object, user can pass a configuration _function_ which receives an `Event` (either wheel event, click...