You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a clean build from yesterday, I was testing isolines and I receive this warning message on every re-render:
Warning: In $PATH/VTK/Rendering/Core/vtkLabeledContourMapper.cxx, line 522
vtkOpenGLLabeledContourMapper (0x7ff1762c1b40): Stenciling is not enabled in the render window. Isoline labels will have artifacts. To fix this, call vtkRenderWindow::StencilCapableOn().
This is showing up in the GUI; just plot an isoline there and resize the window.
The text was updated successfully, but these errors were encountered:
I think its not a VCS/VTK issue but rather a issue with the GUI context which does not support Stencil operation. Who creates the context in the case of GUI? Does the command line works?
On a clean build from yesterday, I was testing isolines and I receive this warning message on every re-render:
This is showing up in the GUI; just plot an isoline there and resize the window.
The text was updated successfully, but these errors were encountered: