alteous
alteous
The main problem with implementing default values is (and this is the case for export more generally) that indices may be out of bounds. This isn't a problem per se...
Descoped for 1.0 release.
To do: check for any missing lifetime fixes not covered by #264 and #267.
On second thoughts, I'm starting to think we ought to use semantic versioning 'properly' for `gltf-json` and `gltf-derive` at some point. I suggest we start doing so post 1.0 release.
I also suggest we remove the `json` module/re-export.
We used to have something like you describe back in version 0.6. Maybe that will fit your use case. https://docs.rs/gltf/0.6.1/gltf/import/struct.Import.html https://docs.rs/gltf/0.6.1/gltf/import/trait.Source.html
I see your point and I agree, the debug output could be more conservative.
You're correct: there is no way of loading just buffer data. I never expected this to be a use case. What kind of API were you expecting? Bear in mind...
There's a whole load of [test data](https://github.com/KhronosGroup/glTF-Validator/tree/master/test/base/data) in the official validator repo. We should use this. Also, see #119.
That's a cool idea. :smile: