com.jme3.renderer.queue
クラス NullComparator

java.lang.Object
  上位を拡張 com.jme3.renderer.queue.NullComparator
すべての実装されたインタフェース:
GeometryComparator, java.util.Comparator<Geometry>

public class NullComparator
extends java.lang.Object
implements GeometryComparator

NullComparator does not sort geometries. They will be in arbitrary order.


コンストラクタの概要
NullComparator()
           
 
メソッドの概要
 int compare(Geometry o1, Geometry o2)
           
 void setCamera(Camera cam)
          Set the camera to use for sorting.
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース java.util.Comparator から継承されたメソッド
equals
 

コンストラクタの詳細

NullComparator

public NullComparator()
メソッドの詳細

compare

public int compare(Geometry o1,
                   Geometry o2)
定義:
インタフェース java.util.Comparator<Geometry> 内の compare

setCamera

public void setCamera(Camera cam)
インタフェース GeometryComparator の記述:
Set the camera to use for sorting.

定義:
インタフェース GeometryComparator 内の setCamera
パラメータ:
cam - The camera to use for sorting