Skip to content

vtkGLTFReader and vtkGLTFImporter fixes

Adrien Boucaud requested to merge adrien.boucaud/vtk:vtkGLTFFixes into master

Various fixes in the reader and importer:

  • Fix Android build error (missing std::to_string)
  • Fix buffer overflow
  • Avoid creating the same string multiple times in a specific case
Edited by Adrien Boucaud

Merge request reports