There is a discrepancy between the documentation and the implementation regarding the default value of the enableDamping property in OrbitControls. The documentation states that enableDamping should be false by default, but in the code, it is set to true.
Line 237
Describe the bug
There is a discrepancy between the documentation and the implementation regarding the default value of the enableDamping property in OrbitControls. The documentation states that enableDamping should be false by default, but in the code, it is set to true. Line 237
Reproduction
https://stackblitz.com/edit/tresjs-basic-ldqdkm?file=src%2Fcomponents%2FTheExperience.vue
Steps to reproduce
Just use OrbitControls with default arguments.
System Info
No response
Used Package Manager
npm
Code of Conduct