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

  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
StripInfo.java 165 int v2 = Stripifier.getNextIndex(scratchIndices, m_startInfo.m_startFace);
174 FaceInfo nextFace = Stripifier.findOtherFace(edgeInfos, nv0, nv1, m_startInfo.m_startFace);
179 int testnv1 = Stripifier.getNextIndex(scratchIndices, nextFace);
181 FaceInfo nextNextFace = Stripifier.findOtherFace(edgeInfos, testnv0, testnv1, nextFace);
186 FaceInfo testNextFace = Stripifier.findOtherFace(edgeInfos, nv0, testnv1, nextFace);
220 nextFace = Stripifier.findOtherFace(edgeInfos, nv0, nv1, nextFace);
239 nextFace = Stripifier.findOtherFace(edgeInfos, nv0, nv1, m_startInfo.m_startFace);
249 int testnv1 = Stripifier.getNextIndex(scratchIndices, nextFace);
251 FaceInfo nextNextFace = Stripifier.findOtherFace(edgeInfos, testnv0, testnv1, nextFace);
256 FaceInfo testNextFace = Stripifier.findOtherFace(edgeInfos, nv0, testnv1, nextFace);
    [all...]
TriStrip.java 58 * stripifier and to Jason Regier and Jon Stone at Blizzard for providing a
126 //put data in format that the stripifier likes
139 Stripifier stripifier = new Stripifier(); local
142 stripifier.stripify(tempIndices, cacheSize, minStripSize, maxIndex, tempStrips, tempFaces);
173 if (!Stripifier.isDegenerate(tempStrips.at(i).m_faces.at(j))) {
191 numSeparateStrips = stripifier.createStrips(tempStrips, stripIndices, bStitchStrips);
Stripifier.java 41 class Stripifier {
42 private static final Logger logger = Logger.getLogger(Stripifier.class
57 Stripifier() {
    [all...]

Completed in 149 milliseconds