vtkValuePass: save and restores GL state to fix rendering issues
When initializing the FBOs, blending, scissor testing, and depth testing are disabled for the first render, which leads to junk results on the first render. Fix by saving and restoring that OpenGL state.
Please register or sign in to comment