diff options
author | HampusM <hampus@hampusmat.com> | 2024-05-18 14:27:12 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-05-18 14:27:12 +0200 |
commit | 4c745eca7762eb5d7f42a9997e9bb0eb85509920 (patch) | |
tree | 87314c4204046e49fa3ab6509d2bfb5598fe917d /engine/src/file_format/wavefront.rs | |
parent | 683847e0bd60518822bda6a7c0364e1be75547a6 (diff) |
feat(engine): add basic Wavefront MTL parsing
Diffstat (limited to 'engine/src/file_format/wavefront.rs')
-rw-r--r-- | engine/src/file_format/wavefront.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/file_format/wavefront.rs b/engine/src/file_format/wavefront.rs index b23706a..0d1e867 100644 --- a/engine/src/file_format/wavefront.rs +++ b/engine/src/file_format/wavefront.rs @@ -1,3 +1,4 @@ +pub mod mtl; pub mod obj; mod common; |