The scale on some of the objects we're using in-game are kind of arbitrary. Right now the buildings are modeled in feet, and some of the other objects are pretty much just arbitrarily sized.
We should standardize on 1 unit = 1 meter. This will make it easier to share the world between various platforms (web + JanusVR)
Fixed. Now we use meters for all of our models, and everything has been scaled to its proper real-world size. Also fixed some bugs with the player class which caused it to be over 2.5m tall
The scale on some of the objects we're using in-game are kind of arbitrary. Right now the buildings are modeled in feet, and some of the other objects are pretty much just arbitrarily sized.
We should standardize on 1 unit = 1 meter. This will make it easier to share the world between various platforms (web + JanusVR)