[vtkusers] VTK-Export Scene VRML

David E DeMarle dave.demarle at kitware.com
Fri Oct 30 09:52:24 EDT 2015


I am pretty sure that none of the exporters support volumes since none of
the exported scene description languages support volume rendering. If VRML
happens to have a way to describe a volume then we could presumably add it.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909

On Thu, Oct 29, 2015 at 8:55 PM, eduardo <eduardo.hssi at gmail.com> wrote:

> How do I export a scene from VTK. Example, I have a visualization where I
> use
> the vtkVolumeRayCastMapper to render a stack of images, always to export
> displays the following error "the actors found for writing VRML file."
>
> If I use the vtkActor the volume does not appear.
>
> VRML = vtk. vtkVRMLExporter ();
> VRML. SetRenderWindow (renWin);
> VRML. SetFileName ("D://test.vrml");
> VRML. Write ();
>
> Is there any way to export the scene with volume?
>
> Any help would be greatly appreciated. Thanks
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/VTK-Export-Scene-VRML-tp5734706.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> 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:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20151030/8b213905/attachment.html>


More information about the vtkusers mailing list