Tresjs / cientos

Collection of useful helpers and fully functional, ready-made abstractions for TresJS
https://cientos.tresjs.org/
MIT License
288 stars 40 forks source link

Discrepancy Between Documentation and Default Value for enableDamping in OrbitControls #447

Closed XnetLoL closed 2 months ago

XnetLoL commented 4 months ago

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

stackblitz[bot] commented 4 months ago

Fix this issue in StackBlitz Codeflow Start a new pull request in StackBlitz Codeflow.