|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjme3tools.optimize.TriangleCollector
public class TriangleCollector
Constructor Summary | |
---|---|
TriangleCollector()
|
Method Summary | |
---|---|
static java.util.List<Geometry> |
gatherTris(Geometry[] inGeoms,
java.util.List<OCTTriangle> tris)
Grabs all the triangles specified in tris from the input array
(using the indices OCTTriangle.getGeometryIndex() & OCTTriangle.getTriangleIndex())
then organizes them into output geometry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TriangleCollector()
Method Detail |
---|
public static final java.util.List<Geometry> gatherTris(Geometry[] inGeoms, java.util.List<OCTTriangle> tris)
tris
from the input array
(using the indices OCTTriangle.getGeometryIndex() & OCTTriangle.getTriangleIndex())
then organizes them into output geometry.
inGeoms
- tris
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |