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

Examples: Fix webgpu_morphtargets_face #27489

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

RenaudRohlinger
Copy link
Collaborator

@RenaudRohlinger RenaudRohlinger commented Jan 3, 2024

The demo is broken since the support of KTX2Loader as it was hardcoded before. This PR fix the issue. The error was muted since it's in the exceptionList of puppeteer.

With the support for KTX2Loader, it's necessary to invoke the setAnimationLoop method prior to loading any compressed textures. This step is required for initializing the renderer, which in turn provides the WebGL context to the KTX2Loader.

@sunag sunag added this to the r161 milestone Jan 3, 2024
@sunag sunag merged commit de6dd45 into mrdoob:dev Jan 3, 2024
11 checks passed
AdaRoseCannon pushed a commit to AdaRoseCannon/three.js that referenced this pull request Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants