VDP-noclip / noclip

NOCLIP is an experimental game in which you “noclip” the environment to solve puzzles.
3 stars 1 forks source link

Smooth noclip movement #193

Closed TizioMaurizio closed 1 year ago

TizioMaurizio commented 1 year ago

smooth noclip movement with inspector serialized parameters, changed ctrl and space movement to face direction relative, combining absolute and relative is confusing imho

azazellus commented 1 year ago

When moving smoothly i noticed that the framerate of acceleration is lower than my refresh rate. The cause is the fixupdate that calculates speed only 50 times per second.