HomeSort by relevance Sort by last modified time
    Searched refs:ithRemapList (Results 1 - 2 of 2) sorted by null

  /development/tools/a3dconvert/
ColladaGeometry.cpp 226 std::vector<uint32_t> &ithRemapList = mVertexRemap[positionIndex];
229 for (uint32_t i = 0; i < ithRemapList.size(); i ++) {
231 int ithRemap = ithRemapList[i];
309 ithRemapList.push_back(currentVertexIndex);
ObjLoader.cpp 277 std::vector<unsigned int> &ithRemapList = mVertexRemap[prim.vertIdx];
280 for (unsigned int i = 0; i < ithRemapList.size(); i ++) {
282 int ithRemap = ithRemapList[i];
330 ithRemapList.push_back(currentVertexIndex);

Completed in 655 milliseconds