Class TileRenderer

java.lang.Object
com.jogamp.opengl.util.TileRendererBase
com.jogamp.opengl.util.TileRenderer

public class TileRenderer extends TileRendererBase
A fairly direct port of Brian Paul's tile rendering library, found at http://www.mesa3d.org/brianp/TR.html . I've java-fied it, but the functionality is the same.

Original code Copyright (C) 1997-2005 Brian Paul. Licensed under BSD-compatible terms with permission of the author. See LICENSE.txt for license information.

Enhanced for GL2ES3.

See TileRendererBase for details.

Author:
ryanm, sgothel