Page 1 of 1

Light level of top surface of 3D floor

Posted: Thu Dec 31, 2015 6:11 pm
by Eevee
Say I have a dark room, and I want to use a 3D floor to stick some bright lava at the bottom. How do I control the light level of the top outer surface of that floor?

The light level of the control sector only applies inside and below the floor. The light level of the real sector's floor only applies to its actual floor. The light levels of the control sector's floor and ceiling don't seem to affect anything at all.

Is this possible? If not, should it be possible? (Maybe apply the control sector's UDMF floor and ceiling lights to the outside of the rendered floor, so existing maps that use 0 won't change? Don't know what you'd do for Hexen or Doom maps.)

Re: Light level of top surface of 3D floor

Posted: Thu Dec 31, 2015 6:24 pm
by Gez
Eevee wrote:Don't know what you'd do for Hexen or Doom maps.
Meh, nothing.

Re: Light level of top surface of 3D floor

Posted: Thu Dec 31, 2015 7:01 pm
by Eevee
I'm okay with that. :)

Re: Light level of top surface of 3D floor

Posted: Thu Dec 31, 2015 7:22 pm
by Kappes Buur
Apply some judiously placed dynamic lights. :wink:

Re: Light level of top surface of 3D floor

Posted: Thu Dec 31, 2015 7:27 pm
by Zanieon
Stack another 3D floor above this one with light level you want with 0 opacity having only one pixel of height.

Re: Light level of top surface of 3D floor

Posted: Thu Dec 31, 2015 7:50 pm
by Kappes Buur
Zanieon wrote:Stack another 3D floor above this one with light level you want with 0 opacity having only one pixel of height.
Eh, nice one. Works well with transparent flat.
Spoiler:

Re: Light level of top surface of 3D floor

Posted: Fri Jan 01, 2016 1:48 am
by Eevee
Zanieon wrote:Stack another 3D floor above this one with light level you want with 0 opacity having only one pixel of height.
That did occur to me, but seemed slightly... ridiculous. :)

But on further reflection you might really want to set the real sector's floor independently in some cases, so I don't know how I would implement this. Hm.

Re: Light level of top surface of 3D floor

Posted: Sat Jan 28, 2017 11:06 pm
by Xaser
El Bumpo, but I just ran face-first into this. Anyone have any ideas that don't involve the extra 3D floor? That's being performance-kill-y.

Re: Light level of top surface of 3D floor

Posted: Sun Jan 29, 2017 3:24 am
by Graf Zahl
No. Currently there is no other way to do it

Re: Light level of top surface of 3D floor

Posted: Sun Jan 29, 2017 11:18 am
by Zanieon
Well, the glow flag in GLDEFs works for 3D Floors no matter if opaque, transparent or additive, dunno if flat/ceil individual light properties in UDMF still can't do the same.