Skip to content
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

PotOfCoals animation pointer #127

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

echadwick-artist
Copy link
Contributor

Creating a separate folder for the animated version of the PotOfCoals asset. This asset uses the extension KHR_animation_pointer to animate a heat refraction effect.

PotOfCoalsAnimationPointer

Animated version of the PotOfCoals asset, using KHR_animation_pointer to animate a heat refraction effect,
Fixing the relative link
Changed the case of a texture name to resolve a build error.
@echadwick-artist
Copy link
Contributor Author

I'm not sure how to resolve these build errors, since they seem to rely on the glTF Validator, but the validator does not support KHR_animation_pointer.

/extensionsUsed/0: Cannot validate an extension as it is not supported by the validator: 'KHR_animation_pointer'.

@lexaknyazev
Copy link
Member

lexaknyazev commented Jul 17, 2024

the validator does not support KHR_animation_pointer

That's not the reason of the failed checks. The root cause is that the old Validator version had a bug that prevented skipping animation pointer stuff.

To roll a new version to Github Actions, #135 must be merged first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants