|
||||||||||
前 次 | フレームあり フレームなし |
GeometryComparator を使用しているパッケージ | |
---|---|
com.jme3.renderer.queue |
com.jme3.renderer.queue での GeometryComparator の使用 |
---|
GeometryComparator を実装している com.jme3.renderer.queue のクラス | |
---|---|
class |
GuiComparator
GuiComparator sorts geometries back-to-front based
on their Z position. |
class |
NullComparator
NullComparator does not sort geometries. |
class |
OpaqueComparator
|
class |
TransparentComparator
|
GeometryComparator 型のパラメータを持つ com.jme3.renderer.queue のメソッド | |
---|---|
void |
RenderQueue.setGeometryComparator(RenderQueue.Bucket bucket,
GeometryComparator c)
Sets a different geometry comparator for the specified bucket, one of Gui, Opaque, Sky, or Transparent. |
GeometryComparator 型のパラメータを持つ com.jme3.renderer.queue のコンストラクタ | |
---|---|
GeometryList(GeometryComparator comparator)
Initializes the GeometryList to use the given GeometryComparator
to use for comparing geometries. |
|
||||||||||
前 次 | フレームあり フレームなし |