Intersections example errors
eric-wieser opened this issue · 1 comments
eric-wieser commented
On my machine, the example at http://acko.net/files/mathbox/MathBox.js/examples/Intersections.html fails to correctly render the graph after the first frame, with the errors:
WebGL: INVALID_OPERATION: getAttribLocation: program not linked MathBox-bundle.js:35017
WebGL: INVALID_OPERATION: getAttribLocation: program not linked MathBox-bundle.js:35018
WebGL: INVALID_OPERATION: getUniformLocation: program not linked MathBox-bundle.js:35020
WebGL: INVALID_OPERATION: getUniformLocation: program not linked MathBox-bundle.js:35021
WebGL: INVALID_OPERATION: getUniformLocation: program not linked MathBox-bundle.js:35022
WebGL: INVALID_OPERATION: getUniformLocation: program not linked MathBox-bundle.js:35023
WebGL: INVALID_OPERATION: getUniformLocation: program not linked MathBox-bundle.js:35024
WebGL: INVALID_OPERATION: getUniformLocation: program not linked MathBox-bundle.js:35025
WebGL: INVALID_OPERATION: getUniformLocation: program not linked MathBox-bundle.js:35026
WebGL: INVALID_OPERATION: getUniformLocation: program not linked MathBox-bundle.js:35027
mnielsen commented