-
- Downloads
Many fixes to OBJImporter
This topic fixes a few issues and adds a test executable that can be used to convert obj files to vtp more easily. The issues fixed are 1) having a map_Kd without a texture name cause a crash 2) having materials in the mtl file that were not used resulted in geometry and parts missing from the output 3) having material names with spaces in them caused the material not to be recognized 4) some packages use map_kd instead of map_Kd causing textures to not be found.
Showing
- IO/Import/vtkOBJImporter.cxx 114 additions, 74 deletionsIO/Import/vtkOBJImporter.cxx
- IO/Import/vtkOBJImporter.h 5 additions, 0 deletionsIO/Import/vtkOBJImporter.h
- IO/Import/vtkOBJImporterInternals.cxx 34 additions, 15 deletionsIO/Import/vtkOBJImporterInternals.cxx
- IO/Import/vtkOBJImporterInternals.h 0 additions, 2 deletionsIO/Import/vtkOBJImporterInternals.h
Loading
Please register or sign in to comment