-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
Cannot read extensions of texture info objects #179
Comments
Confirmed > https://github.com/syoyo/tinygltf/blob/master/tiny_gltf.h#L3518 At least we need to add a feature to parse https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#reference-textureinfo (as far as I know, I guess |
I have modified Material parser so that https://github.com/syoyo/tinygltf/tree/textureinfo Thus no more opaque list of
@UX3D-schmithuesen Could you please test |
Sounds great so far! I will test it with our project and come back to you in a few hours 👍 |
I opened a PR that fixes my only issue with this #182. It works much smoother for us now! 🎉 |
Thanks! PR #182 has been merged, then So this issue should be ready to close. |
I might miss something here, but given the setup of a
Material
as a collection ofParameter
s rather thanValue
s, I can't access extensions defined inside those objects becauseParameter
doesn't have extensions. Specifically, theKHR_texture_transform
extension is impossible to process like this.The text was updated successfully, but these errors were encountered: