My apologies if this is covered somewhere already; my searching has failed me.
If I remove DOM elements, which happen to come before the start of an existing scene, is there any way to update the start of the scene now that it is in a different scroll position?
I've tried Controller.update() and Scene.update().
The only thing that seems to work for me is to remove all remaining scenes from the controller and then add them back in.
Thanks!
My apologies if this is covered somewhere already; my searching has failed me.
If I remove DOM elements, which happen to come before the start of an existing scene, is there any way to update the start of the scene now that it is in a different scroll position?
I've tried Controller.update() and Scene.update().
The only thing that seems to work for me is to remove all remaining scenes from the controller and then add them back in.
Thanks!