Searched refs:nFaces (Results 1 – 2 of 2) sorted by relevance
169 uint32_t nFaces = GET_TT_LONG(buffer + 8); in ScanFile() local170 if (nFaces > std::numeric_limits<uint32_t>::max() / 4) { in ScanFile()174 uint32_t face_bytes = nFaces * 4; in ScanFile()182 for (uint32_t i = 0; i < nFaces; i++) { in ScanFile()
3683 unsigned int p0, p1, p2, nFaces; local3700 nFaces = mesh.nNumFaces;3706 nFaces = mesh.sBoneBatches.pnBatchOffset[h+1] - mesh.sBoneBatches.pnBatchOffset[h];3708 nFaces = mesh.nNumFaces - mesh.sBoneBatches.pnBatchOffset[h];3713 for(unsigned int i = 0; i < nFaces; ++i)