Searched refs:nIndices (Results 1 – 1 of 1) sorted by relevance
133 std::size_t nIndices = indices.size(); in addFeature() local134 assert(nIndices % 3 == 0); in addFeature()136 for (uint32_t i = 0; i < nIndices; i += 3) { in addFeature()142 triangleSegment.indexLength += nIndices; in addFeature()