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
Hi, Thanks so much for sharing these tutorials.
Please review the viewer.html files. In the script tag, shaders.js was referenced and the file name is Shaders.js (which was capitalized).
A reference error occurs because of this filename (since it is case-sensitive):
ReferenceError: ShaderUtil is not defined
The text was updated successfully, but these errors were encountered:
Update viewer.html
3cc96cd
Fixes issue sketchpunk#9
I've also been observed this issue - on Linux.
The suggested fix works for me.
Sorry, something went wrong.
No branches or pull requests
Hi,
Thanks so much for sharing these tutorials.
Please review the viewer.html files. In the script tag, shaders.js was referenced and the file name is Shaders.js (which was capitalized).
A reference error occurs because of this filename (since it is case-sensitive):
The text was updated successfully, but these errors were encountered: