Lines Matching refs:sphereVerts

1198         sphereVerts,  variable
6886 sphereVerts = [];
6889 sphereVerts.push(0);
6890 sphereVerts.push(-1);
6891 sphereVerts.push(0);
6892 sphereVerts.push(sphereX[i]);
6893 sphereVerts.push(sphereY[i]);
6894 sphereVerts.push(sphereZ[i]);
6896 sphereVerts.push(0);
6897 sphereVerts.push(-1);
6898 sphereVerts.push(0);
6899 sphereVerts.push(sphereX[0]);
6900 sphereVerts.push(sphereY[0]);
6901 sphereVerts.push(sphereZ[0]);
6912 sphereVerts.push(parseFloat(sphereX[v1]));
6913 sphereVerts.push(parseFloat(sphereY[v1]));
6914 sphereVerts.push(parseFloat(sphereZ[v1++]));
6915 sphereVerts.push(parseFloat(sphereX[v2]));
6916 sphereVerts.push(parseFloat(sphereY[v2]));
6917 sphereVerts.push(parseFloat(sphereZ[v2++]));
6924 sphereVerts.push(parseFloat(sphereX[v1]));
6925 sphereVerts.push(parseFloat(sphereY[v1]));
6926 sphereVerts.push(parseFloat(sphereZ[v1]));
6927 sphereVerts.push(parseFloat(sphereX[v2]));
6928 sphereVerts.push(parseFloat(sphereY[v2]));
6929 sphereVerts.push(parseFloat(sphereZ[v2]));
6936 sphereVerts.push(parseFloat(sphereX[v2]));
6937 sphereVerts.push(parseFloat(sphereY[v2]));
6938 sphereVerts.push(parseFloat(sphereZ[v2]));
6939 sphereVerts.push(0);
6940 sphereVerts.push(1);
6941 sphereVerts.push(0);
6944 sphereVerts.push(parseFloat(sphereX[voff]));
6945 sphereVerts.push(parseFloat(sphereY[voff]));
6946 sphereVerts.push(parseFloat(sphereZ[voff]));
6947 sphereVerts.push(0);
6948 sphereVerts.push(1);
6949 sphereVerts.push(0);
6953 …curContext.bufferData(curContext.ARRAY_BUFFER, new Float32Array(sphereVerts), curContext.STATIC_DR…
7076 curContext.drawArrays(curContext.TRIANGLE_STRIP, 0, sphereVerts.length / 3);
7093 curContext.drawArrays(curContext.LINE_STRIP, 0, sphereVerts.length / 3);