[vtkusers] VTK and VRML C++ examples

Jerome, Ron Ron.Jerome at nrc.ca
Tue Aug 21 10:17:39 EDT 2001


Try something like this...

		vtkVRMLExporter *VRML = vtkVRMLExporter::New();
		VRML->SetInput(this->RenderWindow);
		VRML->SetFileName(test.wrl);
		VRML->Write();
		VRML->Delete();

Ron Jerome
Institute for Chemical Process and 
Environmental Technology
National Research Council Canada
613-993-5346


>-----Original Message-----
>From: leung at arlut.utexas.edu [mailto:leung at arlut.utexas.edu]
>Sent: Monday, August 20, 2001 5:51 PM
>To: vtkusers at public.kitware.com
>Subject: [vtkusers] VTK and VRML C++ examples
>
>
>Hi,
>
>I was wondering if someone has some examples of C++ code that 
>allows one to
>export to a file in VRML (.wml).  Thanks.
>
>Al
>
>
>_______________________________________________
>This is the private VTK discussion list. 
>Please keep messages on-topic. Check the FAQ at: 
<http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers




More information about the vtkusers mailing list