Hi, Im using the Titanium Module. I load an url with loadArchitectWorldFromURL(). then in my world i want to change the 3d model via ftp, and i want to reload the 'page'(world). Using location.reload() reloads the page but after that the World dont work, i need to goback(destroy the window) then open again to reload the assets. Any ideas how can i reload ARworld?
devices: Android kitkat.
J
Joaquin Lom
said
over 7 years ago
If you wanna do this, you need to attach a Listener on URL invoke and then in the native side, destroy/create another ARWorld.
Joaquin Lom