From 9530d22cf5369ceba369487fff1b85376da64657 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 25 Apr 2024 20:48:39 +0200 Subject: feat(engine): add basic Wavefront obj file parsing --- engine/src/file_format/wavefront.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 engine/src/file_format/wavefront.rs (limited to 'engine/src/file_format/wavefront.rs') diff --git a/engine/src/file_format/wavefront.rs b/engine/src/file_format/wavefront.rs new file mode 100644 index 0000000..b23706a --- /dev/null +++ b/engine/src/file_format/wavefront.rs @@ -0,0 +1,3 @@ +pub mod obj; + +mod common; -- cgit v1.2.3-18-g5258