[0.5.0] Camera stutters with console open while moving

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: [0.5.0] Camera stutters with console open while moving

Re: [0.5.0] Camera stutters with console open while moving

by mjr4077au » Wed May 06, 2020 1:53 am

Proposed fix submitted in PR #47.

Re: [0.5.0] Camera stutters with console open while moving

by Graf Zahl » Thu Mar 05, 2020 4:59 am

I know what's causing it, but it's one of those things that just cannot be fixed as long as the interpolation is controlled deep inside the game logic and not the renderer.

Re: [0.5.0] Camera stutters with console open while moving

by Rachael » Thu Mar 05, 2020 4:40 am

I don't know if this has been reported before but this is an issue that has been known internally for a while now (it still should be fixed though, so this report is still valuable).

For what it's worth though - it seems to have to do with the interpolation. The interpolation code does not freeze when the console is opened, so every time the level gets rendered it renders off the tic difference between the currently rendered frame and when the last tic was supposed to be. In theory, anyway ... I've noticed that this jitter does not actually occur more than 60 fps.

Re: [0.5.0] Camera stutters with console open while moving

by Graf Zahl » Thu Mar 05, 2020 4:38 am

Known issue. This cannot be fixed without some extensive refactoring.

[0.5.0] Camera stutters with console open while moving

by Cacodemon345 » Thu Mar 05, 2020 4:20 am

Exactly what the title says.

Opening the console while moving causes the camera to stutter for some reason.

Top