mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Fix regression in Volumetric Lighting filter
This commit is contained in:
parent
be1eb1d812
commit
24b8bd8b96
@ -167,7 +167,7 @@ class CommonFilters:
|
|||||||
auxbits |= AuxBitplaneAttrib.ABOGlow
|
auxbits |= AuxBitplaneAttrib.ABOGlow
|
||||||
|
|
||||||
if ("VolumetricLighting" in configuration):
|
if ("VolumetricLighting" in configuration):
|
||||||
needtex[configuration["VolumetricLighting"].source] = True
|
needtex.add(configuration["VolumetricLighting"].source)
|
||||||
|
|
||||||
for tex in needtex:
|
for tex in needtex:
|
||||||
self.textures[tex] = Texture("scene-" + tex)
|
self.textures[tex] = Texture("scene-" + tex)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user