Open gsabran opened 8 years ago
Should not https://github.com/hawksley/eleVR-Web-Player/blob/master/js/player-webgl.js#L103 be
webGL.gl.enableVertexAttribArray(this.uniforms[uniformName]); ?
webGL.gl.enableVertexAttribArray(this.uniforms[uniformName]);
If so why is it working?
Should not https://github.com/hawksley/eleVR-Web-Player/blob/master/js/player-webgl.js#L103 be
webGL.gl.enableVertexAttribArray(this.uniforms[uniformName]);
?If so why is it working?