Twinklebear / tobj

Tiny OBJ Loader in Rust
MIT License
233 stars 47 forks source link

Fix mtllib file name parsing bug for paths including spaces #64

Closed joshlengel closed 5 months ago

joshlengel commented 5 months ago

Proposed fix to Issue #63. Reused the expression found in the "usemtl" match branch for consistency.

Twinklebear commented 5 months ago

Looks great, thanks @joshlengel ! I'm fine with supporting spaces in the filenames from the discussion on #63, since that's Blender can output and it's better to support that.