gzdoom-x64-g3.0pre-202-gbb1e927
It seems like when my framerate goes below 20ish fps, my player sprite becomes viable and quite intrusive.
(I realize you're not supposed to run BOA in software mode, but its the only mod I have that can get my framerate that low.)
Player Sprite Visable Outside of Chasecam at Low FPS
Moderator: GZDoom Developers
-
- Posts: 264
- Joined: Sun Feb 07, 2016 8:42 pm
-
-
- Posts: 17465
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: Player Sprite Visable Outside of Chasecam at Low FPS
I've seen this happen in OpenGL too, by the way... a combination of bad framerate and bad internet connection during multiplayer. It's like the predicted camera position and the player sprite isn't matching up.
-
- Posts: 264
- Joined: Sun Feb 07, 2016 8:42 pm
Re: Player Sprite Visable Outside of Chasecam at Low FPS
Why does it even render the player sprite with chasecam off?
-
- Lead GZDoom+Raze Developer
- Posts: 49182
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Player Sprite Visable Outside of Chasecam at Low FPS
Because a portal consists of two scenes - the one in front of and the one behind the portal. And due to how movement interpolation is implemented it is very hard to determine if the player sprite should be drawn or not - because it may just be a remote view into the actual place where the player is.
-
- Posts: 13789
- Joined: Tue Jan 13, 2004 1:31 pm
- Preferred Pronouns: She/Her
Re: Player Sprite Visable Outside of Chasecam at Low FPS
Moving to "on hold" since fixing this will be extremely difficult.