[4.8.2] GLDEFS "dontlightmap" doesn't work in SW renderers

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: [4.8.2] GLDEFS "dontlightmap" doesn't work in SW renderers

Re: [4.8.2] GLDEFS "dontlightmap" doesn't work in SW rendere

by Major Cooke » Sun Jul 17, 2022 9:14 pm

Okay, so I did find that the lights use ShouldLightActor. I'll try taking a a look around for the geometry code.

Re: [4.8.2] GLDEFS "dontlightmap" doesn't work in SW rendere

by Graf Zahl » Sun Jul 17, 2022 1:07 pm

I don't think you need to bother with this, unless the solution is really simple.

Re: [4.8.2] GLDEFS "dontlightmap" doesn't work in SW rendere

by Major Cooke » Sun Jul 17, 2022 12:51 pm

I'll do some more searching around in a bit. None of the flags are showing up in the search so I'm wondering what is missing in particular.

Honestly I wasn't even aware that rendering engine supported dynamic lights.

Re: [4.8.2] GLDEFS "dontlightmap" doesn't work in SW rendere

by Graf Zahl » Sun Jul 17, 2022 12:51 pm

So we're still in the same spot: Advanced feature not implemented in the software renderer...

Re: [4.8.2] GLDEFS "dontlightmap" doesn't work in SW rendere

by Nash » Sun Jul 17, 2022 12:39 pm

This isn't related to baked lightmaps, but actually this feature by MajorCooke: https://github.com/coelckers/gzdoom/com ... 7b22c0cd61

Pinging MajorCooke to take look at this.

(unsurprising that this doesn't work in the software renderer; judging from that commit, none of the software renderer files were modified)

Re: [4.8.2] GLDEFS "dontlightmap" doesn't work in SW rendere

by Graf Zahl » Sun Jul 17, 2022 12:12 pm

The software renderer does not have lightmaps so any feature related to it won't do anything.

[4.8.2] GLDEFS "dontlightmap" doesn't work in SW renderers

by Guest » Sun Jul 17, 2022 11:46 am

When "Render Mode" is set to "Hardware accelerated", dynamic lights with the property "dontlightmap 1" work as intended. When "Render Mode" is set to either "Doom Software Renderer" or "True Color SW Renderer", dynamic lights with "dontlightmap 1" still light up the maps' geometry. I tested this with heretic.wad.

Top