Home
last modified time | relevance | path

Searched refs:stripLength (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
DTriStrip.java210 int stripLength = 0; in generateStrips() local
221 stripLength = i - startingLoc; in generateStrips()
223 stripLength = stripIndices.size(); in generateStrips()
226 primGroupArray[stripCtr].indices = new int[stripLength]; in generateStrips()
227 primGroupArray[stripCtr].numIndices = stripLength; in generateStrips()
230 for (int i = startingLoc; i < stripLength + startingLoc; i++) in generateStrips()
236 startingLoc += stripLength + 1; in generateStrips()