scenevr / server

:heart_eyes: Create multiuser 3d environments using html-like tags and javascript
http://www.scenevr.com/
BSD 3-Clause "New" or "Revised" License
144 stars 19 forks source link

Create message type for position/rotation changes #29

Open bnolan opened 9 years ago

bnolan commented 9 years ago

Create a concise message type (msgpack?) that expresses position / rotation changes. In animated / physically simulated scenes, these will be the vast majority of messages, and a format that is faster to generate and parse, and smaller on the wire, is a good idea.