Fullscreen HUD disappears if cameratexture is in view

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom 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.
Post Reply
Blue Shadow
Posts: 4949
Joined: Sun Nov 14, 2010 12:59 am

Fullscreen HUD disappears if cameratexture is in view

Post by Blue Shadow »

Tested with: 3.5.0 64-bit
Test material: ZPack, E1M6, position: (3329.582, 3433.728, -0.000), angle: 90.000
Spoiler: GZDoom log
The fullscreen HUD (normal status bar is fine) disappears if a cameratexture is in the field of view of the player.

Affects all renderer modes except OpenGL.
User avatar
Rachael
Posts: 13555
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: Fullscreen HUD disappears if cameratexture is in view

Post by Rachael »

Edited the topic title for clarity. I was confused, at first.
User avatar
Enjay
 
 
Posts: 26534
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: Fullscreen HUD disappears if cameratexture is in view

Post by Enjay »

I can't say I'm seeing this with 3.5.1 (and a git build from yesterday). I've tried a few different HUD and scaling options. The HUD remained visible at all times.
User avatar
Rachael
Posts: 13555
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: Fullscreen HUD disappears if cameratexture is in view

Post by Rachael »

You have to have screenblocks==11 && ( 0 <= vid_rendermode <=3 ), it will render just fine if you use the status bar or OpenGL mode.
User avatar
Enjay
 
 
Posts: 26534
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: Fullscreen HUD disappears if cameratexture is in view

Post by Enjay »

Ah, that was it. My vid_rendermode was not in that range. I can see it now (or, rather, I can't see the HUD now as long as any part of the camera texture is in my FOV).
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49066
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Fullscreen HUD disappears if cameratexture is in view

Post by Graf Zahl »

Fixed. Another instance where global state was set in a wrong place - par for course for nearly all code originating from the software renderer.
Post Reply

Return to “Closed Bugs [GZDoom]”