You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the .obj source loaded via FileReader is directly passed between methods, presumably copied by value. This needs some way of passing by reference instead. Perhaps localStorage and passing the key would be much better?