HomeSort by relevance Sort by last modified time
    Searched full:striplength (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
TriStrip.java 210 int stripLength = 0;
221 stripLength = i - startingLoc;
223 stripLength = stripIndices.size();
226 primGroupArray[stripCtr].indices = new int[stripLength];
227 primGroupArray[stripCtr].numIndices = stripLength;
230 for (int i = startingLoc; i < stripLength + startingLoc; i++)
236 startingLoc += stripLength + 1;
  /external/quake/quake/src/WinQuake/
gl_mesh.cpp 55 StripLength
58 int StripLength (int starttri, int startv)
204 int striplength; local
238 len = StripLength (i, startv);
  /external/quake/quake/src/QW/client/
gl_mesh.c 55 StripLength
58 int StripLength (int starttri, int startv)
228 len = StripLength (i, startv);

Completed in 73 milliseconds