Closed LearnedVector closed 2 months ago
Are you making sure to enable dynamic mode? It is disabled by default but it needs to be enabled if you want to update scene transforms at runtime. You can enable with the Viewer
parameter 'dynamicScene': true
.
ahh that was it. thanks!
Hi, if a scene is already loaded, and i want to create controls to enable users to rotate the scene, what is the best method for this?
I tried this
but doesn't seem to work