exokitxr / avatars

Avatar system for Exokit
https://avatars.exokit.org
70 stars 28 forks source link

Frame independent updates #37

Closed avaer closed 4 years ago

avaer commented 4 years ago

Right now the update rate does not factor in timing, especially for things like walking input updates.

This means that slower framerates mean slower walking and other glitches. We should account for timestamps to advance the simulation.

avaer commented 4 years ago

Should be fixed.