mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Automatically enable stereo FBOs when stereo is enabled
This commit is contained in:
parent
01c9ffc7ca
commit
1c25bb4ad8
@ -298,6 +298,7 @@ class FilterManager(DirectObject):
|
||||
props.setBackBuffers(0)
|
||||
props.setRgbColor(1)
|
||||
props.setDepthBits(depthbits)
|
||||
props.setStereo(self.win.isStereo())
|
||||
depthtex, colortex, auxtex0, auxtex1 = texgroup
|
||||
if (auxtex0 != None):
|
||||
props.setAuxRgba(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user