<div dir="ltr">Hi Adam,<div><br></div><div>VTK has no native scene description.</div><div><br></div><div>vtkExporter is an abstract class that can't be used itself. Its concrete subclasses implement writing out scene descriptions like 3DS, VTML, X3D, and OBJ.</div>
<div><br></div><div>There is only one exporter vtkVRMLExporter that has a corresponding importer vtkVRMLImporter. I've never tested how well they work together but you could give it a shot.</div><div><br></div><div>hth</div>
<div><br></div><div>Goodwin</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Feb 20, 2014 at 11:29 AM, reaper84 <span dir="ltr"><<a href="mailto:sankowski@gmail.com" target="_blank">sankowski@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi VTK Users,<br>
<br>
I have multiple actors in scene with different colours, opacity etc. I would<br>
like to save them all (whole render window) with their properties in a<br>
single .vtk file. I found vtkExporter but I don't know how to use it<br>
properly because there is no examples anywhere.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Saving-whole-scene-tp5726040.html" target="_blank">http://vtk.1045678.n5.nabble.com/Saving-whole-scene-tp5726040.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>