Package com.jme3.renderer.queue
Interface GeometryComparator
- All Superinterfaces:
 Comparator<Geometry>
- All Known Implementing Classes:
 GuiComparator,NullComparator,OpaqueComparator,TransparentComparator
GeometryComparator is a special version of Comparator
 that is used to sort geometries for rendering in the RenderQueue.- 
Method Summary
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong 
- 
Method Details
- 
setCamera
Set the camera to use for sorting.- Parameters:
 cam- The camera to use for sorting
 
 -