Skip to content

ENH: Improvements to OBJExporter

Bill Lorensen requested to merge lorensen/vtk:OBJExporterImprovements into master

ENH: Improvements to OBJExporter

  1. Use std streams instead of file pointers
  2. Use vtkNumberToString to improve the accuracy of saved coordinates
  3. Modulate diffuse, ambient and specular colors by corresponding multipliers
  4. Handle textures from actor and from the property(GLTF files).
  5. Added tests
Edited by Bill Lorensen

Merge request reports