Searched refs:testnv1 (Results 1 – 1 of 1) sorted by relevance
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
D | StripInfo.java | 179 int testnv1 = Stripifier.getNextIndex(scratchIndices, nextFace); in build() local 181 FaceInfo nextNextFace = Stripifier.findOtherFace(edgeInfos, testnv0, testnv1, nextFace); in build() 186 FaceInfo testNextFace = Stripifier.findOtherFace(edgeInfos, nv0, testnv1, nextFace); in build() 214 scratchIndices.add(testnv1); in build() 218 nv1 = testnv1; in build() 249 int testnv1 = Stripifier.getNextIndex(scratchIndices, nextFace); in build() local 251 FaceInfo nextNextFace = Stripifier.findOtherFace(edgeInfos, testnv0, testnv1, nextFace); in build() 256 FaceInfo testNextFace = Stripifier.findOtherFace(edgeInfos, nv0, testnv1, nextFace); in build() 285 scratchIndices.add(testnv1); in build() 289 nv1 = testnv1; in build()
|