org.gljava.opengl.model

Class ModelViewer

public class ModelViewer extends Object

ModelViewer program to facilitate viewing models stored in gljava (.xml) format.

Version: $Id: ModelViewer.java,v 1.1 2005/02/10 04:18:42 ivan_ganza Exp $

Author: Ivan Z. Ganza

Field Summary
static SDLSurfaceframebuffer
static GLgl
static Meshmesh
static floatzoom
Constructor Summary
ModelViewer()
Method Summary
voiddestroy()
voidinit()
voidloadAndShowModel(String path)
static voidmain(String[] args)

Field Detail

framebuffer

static SDLSurface framebuffer

gl

static GL gl

mesh

static Mesh mesh

zoom

static float zoom

Constructor Detail

ModelViewer

public ModelViewer()

Method Detail

destroy

public void destroy()

init

public void init()

loadAndShowModel

public void loadAndShowModel(String path)

main

public static void main(String[] args)