[vtkusers] A couple questions about vtkPanel and vtk3DSImporter
Terry Jordan
Terry.Jordan at re.netl.doe.gov
Fri Sep 24 10:59:57 EDT 2004
I am writing a java applications with a vtkPanel in which a
vtk3DSImporter is rendered.
Questions:
1) Does vtk3DSImporter support texture maps? If so how can it be done?
2) I want to remove 3DS models from my vtkPanel. How can this be done?
A snippet of my code:
renderPanel = new vtkPanel();
the3dsImporter = new vtk3DSImporter();
the3dsImporter.ComputeNormalsOn();
the3dsImporter.SetRenderWindow
renderPanel.GetRenderWindow());
the3dsImporter.SetFileName(filename.3ds);
the3dsImporter.Read();
Thanks in advance.
Terry E. Jordan Jr.
Computer Engineer/Computer Scientist
REM Engineering Services
Morgantown, WV 26505
More information about the vtkusers
mailing list