com.jme3.renderer.queue
インタフェース GeometryComparator

すべてのスーパーインタフェース:
java.util.Comparator<Geometry>
既知の実装クラスの一覧:
GuiComparator, NullComparator, OpaqueComparator, TransparentComparator

public interface GeometryComparator
extends java.util.Comparator<Geometry>

GeometryComparator is a special version of Comparator that is used to sort geometries for rendering in the RenderQueue.


メソッドの概要
 void setCamera(Camera cam)
          Set the camera to use for sorting.
 
インタフェース java.util.Comparator から継承されたメソッド
compare, equals
 

メソッドの詳細

setCamera

void setCamera(Camera cam)
Set the camera to use for sorting.

パラメータ:
cam - The camera to use for sorting