got a good obj file, finally

This commit is contained in:
mitchellhansen
2021-07-18 23:42:28 -07:00
parent 00a4a4275a
commit c06d884050
6 changed files with 91 additions and 58 deletions

View File

@@ -111,5 +111,7 @@ impl RuntimeState {
self.mesh_cache.insert(filename, mesh);
}
}
panic!("nah");
}
}