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
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):