Dear List, I would like to include the vtkX3DExporter in my application. My objective is to export the objects rendered in the 3D window (in the DataTree) into an X3D file.
vtkX3DExporter derives from vtkExporter, which uses a vtkRenderWindow as input. Inside vtkExporter, the actors and their properties are gathered from vtkRenderWindow. However, I think it´s better if I adapt vtkExporter to use vtkRenderer instead. Doing so, I got trouble getting the actors in the 3D view. Maybe I messing up background and foreground renderers. Any hint will be greatly appreciated thanks, sebastian ------------------------------------------------------------------------------ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
