bgstaal / multipleWindow3dScene

A quick example of how one can "synchronize" a 3d scene across multiple windows using three.js and localStorage
MIT License
16.44k stars 2.56k forks source link

When the window is hidden, the cube still stays in its previous position. #45

Open horw opened 8 months ago

horw commented 8 months ago

Hello! How about considering the cube's behavior when the browser window is hidden? Currently, when the window is hidden, there are no updates in the position and size of the hidden window in the local cache.