Skip to content
Discussion options

You must be logged in to vote

What you are seeing is expected. The window is the VTK one where the rendering happen. You can programmatically disable it.

Using the LocalView will set a couple flags for you on the vtkRenderWindow, but if you call Render() before those get set, the window will show up...

So just remove or comment that line. Also if VTK was built with EGL or OSMesa, you won't see such window either.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@bigfooted
Comment options

@jaumesagues
Comment options

@jourdain
Comment options

@jourdain
Comment options

Answer selected by bigfooted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants