Home
last modified time | relevance | path

Searched refs:sphereBuffer (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js1150 sphereBuffer, variable
6413 sphereBuffer = curContext.createBuffer();
6952 curContext.bindBuffer(curContext.ARRAY_BUFFER, sphereBuffer);
7060 vertexAttribPointer(programObject3D, "Vertex", 3, sphereBuffer);
7061 vertexAttribPointer(programObject3D, "Normal", 3, sphereBuffer);
7065 vertexAttribPointer(programObject3D, "aColor", 3, sphereBuffer);
7086 vertexAttribPointer(programObject2D, "Vertex", 3, sphereBuffer);