Example usage for com.badlogic.gdx.graphics.g3d ModelRenderer interface-usage

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

Introduction

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

Usage

From source file com.badlogic.gdx.graphics.g3d.test.PrototypeRendererGL20.java

public class PrototypeRendererGL20 implements ModelRenderer {

    static final int SIZE = 256;// TODO better way
    final private Array<Model> modelQueue = new Array<Model>(false, SIZE);
    final private Array<StillModelInstance> modelInstances = new Array<StillModelInstance>(false, SIZE);