Searched refs:nIndicies (Results 1 – 1 of 1) sorted by relevance
86 std::size_t nIndicies = indices.size(); in addFeature() local87 assert(nIndicies % 3 == 0); in addFeature()97 for (uint32_t i = 0; i < nIndicies; i += 3) { in addFeature()104 triangleSegment.indexLength += nIndicies; in addFeature()