Semi-XY Sprite Billboarding

Remember, just because you request it, that doesn't mean you'll get it.

Moderator: GZDoom Developers

User avatar
[HotPocket]
Posts: 8
Joined: Fri Jan 26, 2018 8:42 pm

Semi-XY Sprite Billboarding

Post by [HotPocket] »

My idea of semi-XY sprite billboarding is pretty much putting a maximum amount of pitch that a sprite can face. Because when you look down to see a monster facing straight into the ground with it's legs up in the air, it can look kinda dumb. See the billboard axis example on the ZDoom wiki here if you don't know what I'm saying so far: https://zdoom.org/wiki/File:BillboardAxes.png

I would make a 2D example of how this would work, but paint.net is being a pain right now.
TL;DR, there should be a minimum-maximum slider for the pitching on sprite billboarding going from 0 to 90 if that makes any sense.
XLightningStormL
Posts: 384
Joined: Mon May 09, 2016 1:38 am
Location: Anywhere but here
Contact:

Re: Semi-XY Sprite Billboarding

Post by XLightningStormL »

Possibly to expand on this, add some sort of +DONOTUSEXYBILLBOARD, essentially to force only certain actors to use just good ol y axis (say corpses, ammo, weapons, etc)
User avatar
phantombeta
Posts: 2088
Joined: Thu May 02, 2013 1:27 am
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: Brazil

Re: Semi-XY Sprite Billboarding

Post by phantombeta »

XLightningStormL wrote:Possibly to expand on this, add some sort of +DONOTUSEXYBILLBOARD, essentially to force only certain actors to use just good ol y axis (say corpses, ammo, weapons, etc)
[wiki=Actor_flags#FORCEYBILLBOARD]That's already a thing[/wiki]. It also has a far better name than "DONOTUSEXYBILLBOARD".
User avatar
Sinael
Posts: 244
Joined: Tue Oct 18, 2011 8:57 am

Re: Semi-XY Sprite Billboarding

Post by Sinael »

I wanted this feature for a while now. IIRC it was implemented in Doomsday engine before, and I wondered why it wasn't in GZDoom yet.
User avatar
Nash
 
 
Posts: 17439
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Semi-XY Sprite Billboarding

Post by Nash »

While I am not against the suggestion by the OP, I think before anything more gets added to the sprite rendering code, a major cleanup is needed first to undo the mess of some very poorly-handled submissions in the past...

(those who know what I'm talking about, would know)
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49067
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Semi-XY Sprite Billboarding

Post by Graf Zahl »

Agreed. At the moment there is no way to add more here without making it break apart entirely.
It should also be noted that any kind of tilted sprite rendering will cause major sorting issues - which is why all those poorly handled submissions have become a problem.
Gez
 
 
Posts: 17835
Joined: Fri Jul 06, 2007 3:22 pm

Re: Semi-XY Sprite Billboarding

Post by Gez »

So we're not getting a SEXYBILLBOARD flag after all? :P
Post Reply

Return to “Feature Suggestions [GZDoom]”