public class SceneRenderableSorter
extends java.lang.Object
implements com.badlogic.gdx.graphics.g3d.utils.RenderableSorter, java.util.Comparator<com.badlogic.gdx.graphics.g3d.Renderable>
| Modifier and Type | Class and Description |
|---|---|
static class |
SceneRenderableSorter.Hints |
| Constructor and Description |
|---|
SceneRenderableSorter() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(com.badlogic.gdx.graphics.g3d.Renderable o1,
com.badlogic.gdx.graphics.g3d.Renderable o2) |
void |
sort(com.badlogic.gdx.graphics.Camera camera,
com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.Renderable> renderables) |
public void sort(com.badlogic.gdx.graphics.Camera camera,
com.badlogic.gdx.utils.Array<com.badlogic.gdx.graphics.g3d.Renderable> renderables)
sort in interface com.badlogic.gdx.graphics.g3d.utils.RenderableSorterpublic int compare(com.badlogic.gdx.graphics.g3d.Renderable o1,
com.badlogic.gdx.graphics.g3d.Renderable o2)
compare in interface java.util.Comparator<com.badlogic.gdx.graphics.g3d.Renderable>