Flag to make actor invisible to camera in first person

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: Flag to make actor invisible to camera in first person

Re: Flag to make actor invisible to camera in first person

by Marisa the Magician » Thu Jul 14, 2022 1:42 pm

Can this be closed? The feature was already added.

Re: Flag to make actor invisible to camera in first person

by Marisa the Magician » Mon May 09, 2022 4:25 am

Thanks, that's just what I needed.

Re: Flag to make actor invisible to camera in first person

by TehRealSalt » Mon May 09, 2022 3:25 am

I actually did this a couple days ago: https://github.com/coelckers/gzdoom/pull/1601

Re: Flag to make actor invisible to camera in first person

by Major Cooke » Sun May 08, 2022 1:25 pm

If there's anyone who would have better luck on this front, it's you. I tried my hardest to get this to work with portals, but I failed miserably when it came to ViewPos. If you know how to do this, sweet!

Flag to make actor invisible to camera in first person

by Marisa the Magician » Sat Apr 23, 2022 5:45 am

What I'm about to suggest is going to sound like a complete mess, but I see it as a necessity for some important effects. This would be functionally similar to Unreal's bOwnerNoSee flag, which is used for things such as the shield belt visual effect on player models.

In a nutshell, the effects of this flag would make an actor get rendered only under special circumstances if a certain pointer (e.g.: its master) is the current camera. It would effectively be invisible in first person, except when reflected on mirrors or seen in camera textures (or when switching to chasecam).

I'm aware that Nash is working on something that's somewhat similar to this, but I've just been waiting for that for too long. If I have to delve into the guts of the engine myself to get what I need, I might as well try.

Top