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
I tried the IBL checkbox in the Three.js glTF Loader Example.
However, now I get the following error in the console and the IBL checkbox is not working.
index.js:211 Uncaught TypeError: Cannot read property 'traverse' of undefined at applyEnvMap (index.js:211) at BooleanController.__onChange (index.js:197) at BooleanController.setValue (dat.gui.module.js:1015) at BooleanController.setValue (dat.gui.module.js:1325) at BooleanController.setValue (dat.gui.module.js:148) at HTMLInputElement.onChange (dat.gui.module.js:1312) at Object.fakeEvent (dat.gui.module.js:1175) at HTMLLIElement.<anonymous> (dat.gui.module.js:3165)
I think it worked before, so I need to investigate.
The text was updated successfully, but these errors were encountered:
3fa171b
Merge pull request #159 from cx20/fix_threejs_example
780baea
Fix #87
cx20
No branches or pull requests
I tried the IBL checkbox in the Three.js glTF Loader Example.
However, now I get the following error in the console and the IBL checkbox is not working.
I think it worked before, so I need to investigate.
The text was updated successfully, but these errors were encountered: