Interface IntRenderableSorter

All Known Implementing Classes:
DefaultIntRenderableSorter, SceneRenderableSorter

public interface IntRenderableSorter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sort(com.badlogic.gdx.graphics.Camera camera, com.badlogic.gdx.utils.Array<IntRenderable> renderables)
    Sorts the array of IntRenderable instances based on some criteria, e.g.
  • Method Details

    • sort

      void sort(com.badlogic.gdx.graphics.Camera camera, com.badlogic.gdx.utils.Array<IntRenderable> renderables)
      Sorts the array of IntRenderable instances based on some criteria, e.g. material, distance to camera etc.
      Parameters:
      renderables - the array of renderables to be sorted