We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using scene::GltfLoader, some models in glTF-Sample-Assets fail to load because texture.sampler is not provided.
scene::GltfLoader
texture.sampler
From the spec 3.8.2:
When texture.sampler is undefined, a sampler with repeat wrapping (in both directions) and auto filtering MUST be used.
This would allow us to load more models like:
The text was updated successfully, but these errors were encountered:
footballhead
No branches or pull requests
Using
scene::GltfLoader
, some models in glTF-Sample-Assets fail to load becausetexture.sampler
is not provided.From the spec 3.8.2:
This would allow us to load more models like:
The text was updated successfully, but these errors were encountered: