glitchybunny / woahzone

Prototype 3D hangout space built on three.js and socket.io
https://woahzone.glitch.gay/
MIT License
4 stars 2 forks source link

Players can move around and get cursor-locked before fully loading in #8

Closed glitchybunny closed 3 years ago

glitchybunny commented 3 years ago

This isn't a super huge issue as far as I can tell, but it may be a bit disorienting being able to look and move around while the assets are still loading in.

This used to be prevented by having an invisible div element covering the screen, but the solution lead to other bugs and wasn't ideal. Handling this properly in js would be preferred.