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

/external/eigen/demos/opengl/
H A Dicosphere.cpp72 ids1[3]; // indices of edge vertices local
85 ids1[k] = mVertices.size();
86 edgeMap[edgeKey] = ids1[k];
90 ids1[k] = it->second;
92 refinedIndices.push_back(ids0[0]); refinedIndices.push_back(ids1[0]); refinedIndices.push_back(ids1[2]);
93 refinedIndices.push_back(ids0[1]); refinedIndices.push_back(ids1[1]); refinedIndices.push_back(ids1[0]);
94 refinedIndices.push_back(ids0[2]); refinedIndices.push_back(ids1[2]); refinedIndices.push_back(ids1[
[all...]

Completed in 314 milliseconds