jbaicoianu / elation-vrcade

WebGL VR Arcade
1 stars 1 forks source link

Normalize scale #5

Closed jbaicoianu closed 9 years ago

jbaicoianu commented 9 years ago

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)

jbaicoianu commented 9 years ago

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