Open nook-scheel opened 10 years ago
Getting the same thing. The TraceGL website is also dead: http://trace.gl, and has been for some time.
I think the dev lost interest in the product.
Actually, the dev hasn't lost interest in the product.
It's just that it's a side project for him (he is working for c9.io).
By the way, the website is back.
@nooks seems to be a Google Chrome bug. Try with Firefox or Safari.
With Safari you will need to activate WebGL through the Developer menu.
Just comment out the line that raises exception. It'll still work regardless
//if (!gl.getProgramParameter(sp, gl.LINK_STATUS)) throw new Error("Could not link, max varying:" + gl.getParameter(gl.MAX_VARYING_VECTORS) +"\n"+ gl.getShaderInfoLog(gf) + fs)
@Inviz I already tried that, didn't work for me on Google
There is a fix here which worked vor me: https://github.com/codegl/tracegl/issues/113#issuecomment-31547924 Also maybe closing down all the duplicates without the fix would be nice.
Just purchased tracegl, encountering the same issue. on windows7: chrome, firefox; ati card and nvidia card. posted fix displays tracegl's quad view but nothing is rendered.
http://cl.ly/image/1Z0J3Z2e2t1W