Searched refs:newNormals (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglm.c1707 float *newNormals = NULL; local in function:glmReIndex
1712 newNormals = (float *) malloc((numv + 1) * 3 * sizeof(float));
1736 if (newNormals) {
1738 newNormals[vindex * 3 + 0] = nrm[0];
1739 newNormals[vindex * 3 + 1] = nrm[1];
1740 newNormals[vindex * 3 + 2] = nrm[2];
1760 if (newNormals) {
1762 model->normals = newNormals;

Completed in 3 milliseconds