brugal / wolfcamql

quakelive/quake3 demo player
GNU General Public License v2.0
74 stars 15 forks source link

Fixed stuttering in cg_animationsRate at low timescales. #42

Closed agkr234 closed 3 years ago

agkr234 commented 3 years ago

The stuttering was fixed using cg.ftime to caluculate animation time, not cg.time

the videos are recorded with timescale 0.01 and cg_animationsRate 100

before (stuttering):

https://user-images.githubusercontent.com/56254316/136129272-fb0cc6c4-5a4a-4bd2-840f-b6689c25595a.mp4

after (fixed):

https://user-images.githubusercontent.com/56254316/136129264-29476d55-feda-4270-841d-f5c62e81e73d.mp4

brugal commented 3 years ago

thank you!