gltf loading; world space lighting for now

This commit is contained in:
Lauri Räsänen 2023-01-23 00:24:05 +02:00
parent db95acf998
commit 1a7a6707d9
10 changed files with 546 additions and 56 deletions

View file

@ -16,6 +16,7 @@ image = { version = "0.24", features = [ "png", "tga" ] }
anyhow = "1.0"
cgmath = "0.18"
tobj = { version = "3.2.1", features = [ "async", ] }
gltf = "1.0.0"
[build-dependencies]
anyhow = "1.0"