mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 20:53:50 -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 = NodePath("dummy")
|
||||||
cs.setState(self.caminit)
|
cs.setState(self.caminit)
|
||||||
cs.setShaderAuto()
|
# Do we really need to turn on the Shader Generator?
|
||||||
|
#cs.setShaderAuto()
|
||||||
if (auxbits):
|
if (auxbits):
|
||||||
cs.setAttrib(AuxBitplaneAttrib.make(auxbits))
|
cs.setAttrib(AuxBitplaneAttrib.make(auxbits))
|
||||||
self.camera.node().setInitialState(cs.getState())
|
self.camera.node().setInitialState(cs.getState())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user