OpenDroneMap / Obj2Tiles

Converts OBJ files to OGC 3D tiles by performing splitting, decimation and conversion
GNU Affero General Public License v3.0
214 stars 62 forks source link

Fix copy file behavior: Using trimmed line to get file path in Utils.cs #58

Open EzioHelios opened 9 months ago

EzioHelios commented 9 months ago

when there is blank chars in front of line mtllib, map_Kd, etc, file copying will fail because line[7..].Trim() didn't take indentation into account. maybe we should use trimmedLine instead.