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
.Modifier and Type | Method and Description |
---|---|
void |
setCamera(Camera cam)
Set the camera to use for sorting.
|
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
void setCamera(Camera cam)
cam
- The camera to use for sorting