Interface RenderableSorter
-
- All Known Implementing Classes:
DefaultRenderableSorter,ModelCache.Sorter
public interface RenderableSorterResponsible for sortingRenderablelists by whatever criteria (material, distance to camera, etc.)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsort(Camera camera, Array<Renderable> renderables)Sorts the array ofRenderableinstances based on some criteria, e.g.
-
-
-
Method Detail
-
sort
void sort(Camera camera, Array<Renderable> renderables)
Sorts the array ofRenderableinstances based on some criteria, e.g. material, distance to camera etc.- Parameters:
renderables- the array of renderables to be sorted
-
-