[vtkusers] How to control vtk3DSImporter's object?
Chunyan Jiang
jiang at TI.FhG.DE
Wed Jan 29 05:01:11 EST 2003
Hi, vtk-users,
I import one 3ds model to my app. The code is below. Now I have a question:
how can I control this 3ds object? For example: rotate, translate and zoom.
Any help is quite appreciated!
Code:
importer=vtk3DSImporter::New();
importer->ComputeNormalsOn();
importer->SetFileName(sPath );
importer->Read();
render=vtkRender::new();
render=importer->GetRenderer();
Chunyan
***********************************************************************
Chunyan Jiang, Dipl.-Inform.,
Institut for Telematic
Bahnhofstrasse 30-32, D-54292 Trier, Germany
Phone: (+49) (0)651-97551-34
Fax: (+49) (0)651-97551-12
***********************************************************************
More information about the vtkusers
mailing list