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

expose target of controls #369

Open Kosuke-KIDO-datalabs opened 1 month ago

Kosuke-KIDO-datalabs commented 1 month ago

Describe the feature you'd like:

The target of AcballControl is set to private, but I want to read the value.

Kosuke-KIDO-datalabs commented 1 month ago

Apparently the target position does not change internally even in the original three.js, so it may not make sense to allow it to be acquired.