FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.48k stars 339 forks source link

glTF Model Loader #624

Closed b-guild closed 2 months ago

b-guild commented 2 months ago

This is a loader for glTF files that looks for .gltf and .glb file extensions and loads models using the gltf crate.

It adds three features to fyrox, fyrox-impl, and fyrox-dylib:

mrDIMAS commented 2 months ago

Insanely cool PR, thank you! It will take some time to read it.

mrDIMAS commented 2 months ago

Everything looks ok from simple reading of the PR (took me a few hours to do 😅), there are tiny quirks, but they're insignificant.