pmndrs / three-stdlib

📚 Stand-alone library of threejs examples designed to run without transpilation in node & browser
https://npmjs.com/three-stdlib
MIT License
676 stars 110 forks source link

Orbit Controls distance was not included in modifiers #325

Open jasonsturges opened 6 months ago

jasonsturges commented 6 months ago

Why was setting distance left out of Orbit Controls?

API provides access via:

But only mutates via:

https://github.com/pmndrs/three-stdlib/blob/f35f76e67f763903fa11f9d7a413587b6efe2d6b/src/controls/OrbitControls.ts#L130-L168

Relates to three.js https://github.com/mrdoob/three.js/pull/22174, https://github.com/mrdoob/three.js/issues/22836