Searched refs:triIndices (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
H A DBIHTree.java69 private int[] triIndices; field in class:BIHTree
101 triIndices = new int[numTris];
103 triIndices[i] = i;
164 return triIndices[triIndex];
391 int tmp2 = triIndices[index1];
392 triIndices[index1] = triIndices[index2];
393 triIndices[index2] = tmp2;
471 oc.write(triIndices, "indices", null);
480 triIndices
[all...]

Completed in 167 milliseconds