Interface GeometryComparator

All Superinterfaces:
Comparator<Geometry>
All Known Implementing Classes:
GuiComparator, NullComparator, OpaqueComparator, TransparentComparator

public interface GeometryComparator extends Comparator<Geometry>
GeometryComparator is a special version of Comparator that is used to sort geometries for rendering in the RenderQueue.
  • Method Details

    • setCamera

      void setCamera(Camera cam)
      Set the camera to use for sorting.
      Parameters:
      cam - The camera to use for sorting