mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
Disable dependency on Shader Generator
This commit is contained in:
parent
587f000ab5
commit
daf501696b
@ -194,7 +194,8 @@ class FilterManager(DirectObject):
|
||||
|
||||
cs = NodePath("dummy")
|
||||
cs.setState(self.caminit)
|
||||
cs.setShaderAuto()
|
||||
# Do we really need to turn on the Shader Generator?
|
||||
#cs.setShaderAuto()
|
||||
if (auxbits):
|
||||
cs.setAttrib(AuxBitplaneAttrib.make(auxbits))
|
||||
self.camera.node().setInitialState(cs.getState())
|
||||
|
Loading…
x
Reference in New Issue
Block a user