[vtkusers] Project 3D Data onto a plane in vtk 8 or later

Allie Vacanti allison.vacanti at kitware.com
Wed Aug 29 18:20:48 EDT 2018


You can still use offscreen rendering. Just call
SetOffScreenRendering(true) on the vtkRenderWindow.

https://www.vtk.org/doc/nightly/html/classvtkWindow.html#a11d4345f6fcb406a0032a4e9721a9580

On Mon, Aug 27, 2018 at 9:54 AM, <mark.ostroot at lickenbrocktech.com> wrote:

> Hello,
>
> I am trying to project some 3D data onto a plane without using a render
> window. In the older VTK versions there was an off-screen renderer, but in
> all of the example code I have seen there seems to be a stipulation that
> you need to use vtk 5.0 or earlier for that feature. Im looking for the
> same functionality as the offscreen renderer essentially. Please let me
> know if you have any ideas.
>
> Thank you,
> -Mark
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://public.kitware.com/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtkusers/attachments/20180829/a0eac21a/attachment.html>


More information about the vtkusers mailing list