|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjme3tools.optimize.TriangleCollector
public class TriangleCollector
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public TriangleCollector()
メソッドの詳細 |
---|
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.
geoms
- tris
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |