Exactly what the title says.
Opening the console while moving causes the camera to stutter for some reason.
[0.5.0] Camera stutters with console open while moving
Moderator: Raze Developers
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.
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.
-
- Posts: 422
- Joined: Fri Dec 22, 2017 1:53 am
- Graphics Processor: ATI/AMD (Modern GZDoom)
-
- Lead GZDoom+Raze Developer
- Posts: 49200
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [0.5.0] Camera stutters with console open while moving
Known issue. This cannot be fixed without some extensive refactoring.
-
- Posts: 13881
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: [0.5.0] Camera stutters with console open while moving
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.
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.
-
- Lead GZDoom+Raze Developer
- Posts: 49200
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: [0.5.0] Camera stutters with console open while moving
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.
-
- Posts: 830
- Joined: Sun Jun 16, 2019 9:17 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Gosford NSW, Australia
Re: [0.5.0] Camera stutters with console open while moving
Proposed fix submitted in PR #47.