Package gaiasky.util.gdx
Interface IntRenderableSorter
- All Known Implementing Classes:
DefaultIntRenderableSorter
public interface IntRenderableSorter
Responsible for sorting
IntRenderable lists by whatever criteria (material, distance to camera, etc.)-
Method Summary
Modifier and TypeMethodDescriptionvoidsort(com.badlogic.gdx.graphics.Camera camera, com.badlogic.gdx.utils.Array<IntRenderable> renderables) Sorts the array ofIntRenderableinstances 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 ofIntRenderableinstances based on some criteria, e.g. material, distance to camera etc.- Parameters:
renderables- the array of renderables to be sorted
-