Closed EtaLoop closed 1 month ago
Thanks for the PR!
APIs recommended for most users are Loader::{load,load_from_slice}
and its format specific variants (Loader::load_{stl,collada,obj}{,_from_slice}
).
So I would like to use them on top-level examples.
{stl,collada,obj}::from_*
are more low-level APIs.
I was referring to the docs.rs modules (stl, collada, obj). It's, indeed, a lot more understandable and convenient.
WHAT
Here is few examples of collada, stl and obj.
Not sure how obj::from_slice works, feel free to correct it.
Closes #60