Letocha Torgue Philippe

Results 2 comments of Letocha Torgue Philippe

i did add a code for my understanding : `const posLoc1 = gl.getAttribLocation(program1Attrib, 'position'); gl.disableVertexAttribArray(posLoc1); gl.vertexAttrib4fv(posLoc1,[0.5,0.5,0.,1.]); const sizeLoc = gl.getAttribLocation(program1Attrib, 'size'); gl.disableVertexAttribArray(sizeLoc); gl.vertexAttrib1fv(sizeLoc,[20.]); const size2Loc = gl.getAttribLocation(program1Attrib, 'size2'); gl.disableVertexAttribArray(size2Loc); gl.vertexAttrib1fv(size2Loc,[2.]);...

OK, here's an example to see if I understood correctly: ``` ``` call: Cs , as : rgba of the div2 Cb , ab : rgba of the div1 co...