Closed rhuitl closed 5 years ago
Otherwise IE11 fails to compile the shader with "syntax error, unexpected IDENT_TOK".
This has been introduced by my changes for https://github.com/pnext/three-loader/pull/38.
This solution is not pretty, but the related code in the shader is dead anyways - required uniforms are not in the material (yet?).
@rhuitl released in v0.1.1
v0.1.1
Otherwise IE11 fails to compile the shader with "syntax error, unexpected IDENT_TOK".
This has been introduced by my changes for https://github.com/pnext/three-loader/pull/38.
This solution is not pretty, but the related code in the shader is dead anyways - required uniforms are not in the material (yet?).