Uses of Interface
com.jme3.renderer.queue.GeometryComparator

Packages that use GeometryComparator
com.jme3.renderer.queue   
 

Uses of GeometryComparator in com.jme3.renderer.queue
 

Classes in com.jme3.renderer.queue that implement GeometryComparator
 class GuiComparator
          GuiComparator sorts geometries back-to-front based on their Z position.
 class NullComparator
          NullComparator does not sort geometries.
 class OpaqueComparator
           
 class TransparentComparator
           
 

Methods in com.jme3.renderer.queue with parameters of type GeometryComparator
 void RenderQueue.setGeometryComparator(RenderQueue.Bucket bucket, GeometryComparator c)
          Sets a different geometry comparator for the specified bucket, one of Gui, Opaque, Sky, or Transparent.
 

Constructors in com.jme3.renderer.queue with parameters of type GeometryComparator
GeometryList(GeometryComparator comparator)
          Initializes the GeometryList to use the given GeometryComparator to use for comparing geometries.