I'm trying to change scenes via js,
Code: Select all
viewer.story.loadScene(c);
Code: Select all
viewer.story.sceneUid = c;
So my question: when u have multiple elements in one page, is there any other methods for changing scene?
which will not affect to other viewers
My test code:
https://codepen.io/Nodelines/pen/GmRNYJ