Did per-pixel lighting ever get implemented?
-
- Posts: 431
- Joined: Fri Aug 03, 2012 6:44 am
Did per-pixel lighting ever get implemented?
All I'm finding about it are (non-community) articles from mid-2017 saying gzdoom would have it soon, but no sign of it in release notes or anything like that. If it has indeed been implemented, what's a simple wad that shows the effect the best?
-
- Posts: 248
- Joined: Mon Jan 09, 2023 2:02 am
- Graphics Processor: nVidia (Modern GZDoom)
Re: Did per-pixel lighting ever get implemented?
Everything that uses dynamic lights, maybe? Those are done per pixel.
-
- Lead GZDoom+Raze Developer
- Posts: 49130
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Did per-pixel lighting ever get implemented?
What are you expecting here? Per-pixel application of dynamic lights has been a thing for many, many years. Glow gradients are also done per pixel and the advanced light modes like specular or PBR cannot be done any other way.
Textured dynamic lights have been discontinued a long time ago.
Textured dynamic lights have been discontinued a long time ago.
-
- Posts: 431
- Joined: Fri Aug 03, 2012 6:44 am
Re: Did per-pixel lighting ever get implemented?
I guess lighting that would reflect off of a section of a weapon instead of the entire weapon.Graf Zahl wrote: ↑Thu Feb 09, 2023 10:49 am What are you expecting here? Per-pixel application of dynamic lights has been a thing for many, many years. Glow gradients are also done per pixel and the advanced light modes like specular or PBR cannot be done any other way.
Textured dynamic lights have been discontinued a long time ago.
-
- Lead GZDoom+Raze Developer
- Posts: 49130
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Did per-pixel lighting ever get implemented?
If you got models with PBR textures that would be possible, but there is no magic wand to create effects where none are defined.
-
-
- Posts: 17454
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: Did per-pixel lighting ever get implemented?
Weapon sprites are not lit per pixel. Weapon models are, though.