diff --git a/index.html b/index.html index 19cf748..1d3d313 100644 --- a/index.html +++ b/index.html @@ -123,6 +123,7 @@
Resurrecting an old example I wrote about using WebGL via three.js across multiple windows. It used to be part of the three.js examples but was removed
It shows an example of having multiple windows with different views into the same scene, like for example a 3D editor like Maya would allow
Click create for new window in the top left then drag a sphere. The windows stay in sync. You can create more than one extra window
@@ -134,6 +135,7 @@A port of https://github.com/greggman/hft-syncThreeJS that only works on the same machine without happyFunTimes. The Original syncs across machines using happyFunTimes