Example usage for com.badlogic.gdx.graphics.g3d.utils RenderableSorter interface-usage

List of usage examples for com.badlogic.gdx.graphics.g3d.utils RenderableSorter interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.graphics.g3d.utils RenderableSorter interface-usage.

Usage

From source file com.github.fauu.helix.graphics.HelixRenderableSorter.java

public class HelixRenderableSorter implements RenderableSorter, Comparator<Renderable> {
    private Camera camera;

    private Vector3 translation1 = new Vector3();
    private Vector3 translation2 = new Vector3();