jme3tools.optimize
クラス TriangleCollector

java.lang.Object
  上位を拡張 jme3tools.optimize.TriangleCollector

public class TriangleCollector
extends java.lang.Object


コンストラクタの概要
TriangleCollector()
           
 
メソッドの概要
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.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TriangleCollector

public TriangleCollector()
メソッドの詳細

gatherTris

public static final 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.

パラメータ:
geoms -
tris -
戻り値: