[vtkusers] VTK-Export Scene VRML
eduardo
eduardo.hssi at gmail.com
Thu Oct 29 21:55:29 EDT 2015
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.
More information about the vtkusers
mailing list