-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V1.0 #108
Conversation
Add size_hint to gltf::Images
might solve #38
Add travis_wait to travis config
TrsProperty -> Property
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooh - time for 1.0 already? :)
Did a quick "all-samples-test" - found no new issues.
(...still haven't fixed the Data URI handling, so many embedded models still fail. That's also my only nitpick at the moment - I'd wish the library would make image loading a bit simpler or at least provide a complete example).
I think so. I've made this PR mainly for visibility. I don't expect this to be merged within the next week. |
How could we address this? Would a |
I've also thought about |
@@ -13,6 +13,15 @@ use Gltf; | |||
|
|||
pub use json::buffer::Target; | |||
|
|||
/// The data referenced by a `Buffer`. | |||
pub enum Data<'a> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closes #106
This is a long way off. |
Closes #13 and #12