Example usage for com.badlogic.gdx.backends.android AndroidGraphics subclass-usage

List of usage examples for com.badlogic.gdx.backends.android AndroidGraphics subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx.backends.android AndroidGraphics subclass-usage.

Usage

From source file org.artoolkit.ar.base.rendering.ARRenderer.java

/**
 * Base renderer which should be subclassed in the main application and provided 
 * to the ARActivity using its {@link supplyRenderer} method.
 * 
 * Subclasses should override {@link configureARScene}, which will be called by 
 * the Activity when AR initialisation is complete. The Renderer can use this method