arenaxr / arena-unity

Unity C# library for editing scenes and creating applications for the ARENA.
https://docs.arenaxr.org/content/unity
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Allow GLTF model imports #11

Closed mwfarb closed 2 years ago

mwfarb commented 2 years ago

Here are some interesting prospects:

mwfarb commented 2 years ago

More:

mwfarb commented 2 years ago

.glb binary support added in #15

mwfarb commented 2 years ago

Still working on .gltf

mwfarb commented 2 years ago

.gltf added in d5398048d23669fd06dc57cb21e76b0528dc6996, also saving all models locally

mwfarb commented 2 years ago

Siccity/GLTFUtility seems to import some models with extra rotations.

mwfarb commented 2 years ago

Release #0.0.5 now loads all .gltf and applies needed transforms.