obj models

This commit is contained in:
Lauri Räsänen 2022-10-02 22:03:50 +03:00
parent 4ab10fe790
commit 3838b5d7c6
14 changed files with 1337 additions and 109 deletions

View file

@ -15,3 +15,9 @@ bytemuck = { version = "1.4", features = [ "derive" ] }
image = { version = "0.24", features = [ "png" ] }
anyhow = "1.0"
cgmath = "0.18"
tobj = { version = "3.2.1", features = [ "async", ] }
[build-dependencies]
anyhow = "1.0"
fs_extra = "1.2"
glob = "0.3"