Interface IntRenderableSorter

  • All Known Implementing Classes:
    DefaultIntRenderableSorter

    public interface IntRenderableSorter
    Responsible for sorting IntRenderable lists by whatever criteria (material, distance to camera, etc.)
    • Method Detail

      • 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