md3.md3view
Class MD3GLTextureRenderer

java.lang.Object
  |
  +--md3.md3view.MD3GLTextureRenderer

public class MD3GLTextureRenderer
extends java.lang.Object

This class provides functionality to render a texture directely on a GLCanvas.

Author:
Erwin Vervaet (erwin@cs.kuleuven.ac.be)

Constructor Summary
MD3GLTextureRenderer()
           
 
Method Summary
static void renderTexture(MD3GLCanvas canvas, MD3GLTexture tex)
          Render the given texture on the given OpenGL canvas.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MD3GLTextureRenderer

public MD3GLTextureRenderer()
Method Detail

renderTexture

public static void renderTexture(MD3GLCanvas canvas,
                                 MD3GLTexture tex)

Render the given texture on the given OpenGL canvas.