[vtk-developers] VTK Web with no window opened by the VTK server

Dan Lipsa dan.lipsa at kitware.com
Wed Aug 30 17:45:12 EDT 2017


Hi all,
I am trying to run
https://kitware.github.io/paraviewweb/examples/RemoteRenderer.html

With VTK as a server. I would like that no window is opened on the server.

I tried setting
renderWindow.OffScreenRenderingOn()
in vtk_web_cone.py
however this does not work. A window (black) will still be created by
the renderWindowInteractor, even if the rendering will happen offscreen.

It seems that the interactor is used to send events back to the client, but
maybe it also believes that it has to forward events from the window.

Do you have any suggestions for making this work?

Thanks,
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20170830/5f852daf/attachment.html>


More information about the vtk-developers mailing list