[vtkusers] vtkVRMLExporter

bs.tarak bs.tarak at laposte.net
Thu Jan 19 10:07:26 EST 2006


Hi, 

I am trying to export an object from the scene to a VRML file

void sceneBase::export2Vrml( const char * filename )
{ 
          vtkVRMLExporter *vrml = vtkVRMLExporter::New();
          vrml->SetInput( m_RenderWindow );
          vrml->SetStartWrite((vrml->SetFileName(void*)),filename);
          vrml->SetEndWrite((vrml->SetFileName ,/a/acells.wrl);
        vrml->SetSpeed(5.5);
} 

My pb is in the parameters of these two functions

Thanks for your advice, 
Tarek

Accédez au courrier électronique de La Poste : www.laposte.net ; 
3615 LAPOSTENET (0,34 €/mn) ; tél : 08 92 68 13 50 (0,34€/mn)


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060119/e74cab4b/attachment.htm>


More information about the vtkusers mailing list