nartc / angular-three

🧊 THREE.js integration for Angular 🧊
https://angular-three.netlify.app/
MIT License
306 stars 26 forks source link

NgtSobaOrbitControls missing update #149

Closed alcaponepl closed 2 years ago

alcaponepl commented 2 years ago

NgtSobaOrbitControls doesn't have an update method

IRobot1 commented 2 years ago

You can access using .instance.value.update(). You can access other methods through instance.value too.

alcaponepl commented 2 years ago

Thank you! It's working :)