Package com.jme3.renderer.queue
Class GuiComparator
java.lang.Object
com.jme3.renderer.queue.GuiComparator
- All Implemented Interfaces:
GeometryComparator
,Comparator<Geometry>
GuiComparator
sorts geometries back-to-front based
on their Z position.-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
GuiComparator
public GuiComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Geometry>
-
setCamera
Description copied from interface:GeometryComparator
Set the camera to use for sorting.- Specified by:
setCamera
in interfaceGeometryComparator
- Parameters:
cam
- The camera to use for sorting
-