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

Add attribute to "ready" event that specifies server update frequency #61

Open bnolan opened 9 years ago

bnolan commented 9 years ago

Allow servers to specify how often and fast network updates will happen.

bnolan commented 9 years ago

Specify update in seconds. Eg 0.2 seconds for 5hz.

Recommend servers only use rational timesteps (ie not 6hz).