unconed / MathBox.js

MathBox is a (work in progress) library for making presentation-quality math diagrams in WebGL.
MIT License
1.94k stars 127 forks source link

Intersections example errors #12

Open eric-wieser opened 10 years ago

eric-wieser commented 10 years ago

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 9 years ago

Just a +1: I have the identical issue, including the WebGL INVALID_OPERATIONs. Chrome 35 on Windows 7.

Screenshot below.

image