Fullscreen HUD disappears if cameratexture is in view

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: Fullscreen HUD disappears if cameratexture is in view

Re: Fullscreen HUD disappears if cameratexture is in view

by Graf Zahl » Sun Mar 17, 2019 11:35 am

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

Re: Fullscreen HUD disappears if cameratexture is in view

by Enjay » Tue Oct 09, 2018 12:48 pm

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).

Re: Fullscreen HUD disappears if cameratexture is in view

by Rachael » Tue Oct 09, 2018 12:34 pm

You have to have screenblocks==11 && ( 0 <= vid_rendermode <=3 ), it will render just fine if you use the status bar or OpenGL mode.

Re: Fullscreen HUD disappears if cameratexture is in view

by Enjay » Tue Oct 09, 2018 11:34 am

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.

Re: Fullscreen HUD disappears if cameratexture is in view

by Rachael » Tue Oct 09, 2018 3:02 am

Edited the topic title for clarity. I was confused, at first.

Fullscreen HUD disappears if cameratexture is in view

by Blue Shadow » Wed Aug 22, 2018 9:02 am

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.

Top