jjdh API

jjdh.opengl.exercises.sheet07
Class Task18

java.lang.Object
  extended by jjdh.opengl.program.AbstractOpenGLProgram
      extended by jjdh.opengl.program.StandardOpenGLProgram
          extended by jjdh.opengl.exercises.sheet07.Task18
All Implemented Interfaces:
Initable, Reshapeable, OpenGLProgram, FullRenderer, GlassPaneRenderer, Renderer, ReshapeableRenderer

public class Task18
extends StandardOpenGLProgram


Nested Class Summary
 
Nested classes/interfaces inherited from interface jjdh.opengl.program.OpenGLProgram
OpenGLProgram.State
 
Field Summary
private  com.sun.opengl.util.texture.Texture blueTex
           
private  SingleTexturedBox box
           
private  HeightMapMesh heightMap
           
protected  Mesh staticMesh
           
private  com.sun.opengl.util.texture.Texture texture
           
 
Fields inherited from class jjdh.opengl.program.StandardOpenGLProgram
gl, glu, glut, inputListener, lightMap
 
Fields inherited from class jjdh.opengl.program.AbstractOpenGLProgram
camera, context, glScheduler, model, mouseRobot, name, state
 
Constructor Summary
Task18()
           
 
Method Summary
 void display()
          Called to execute OpenGL rendering.
 void init(SystemContext context)
          Called to give this renderer the chance to initiate himself for OpenGL rendering.
 
Methods inherited from class jjdh.opengl.program.StandardOpenGLProgram
displayGlassPane, drawCounter, reshape, setContext, sleep, sleep
 
Methods inherited from class jjdh.opengl.program.AbstractOpenGLProgram
getCamera, getContext, getMouseRobot, getName, getState, setCamera, setMouseRobot, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

staticMesh

protected Mesh staticMesh

texture

private com.sun.opengl.util.texture.Texture texture

heightMap

private HeightMapMesh heightMap

box

private SingleTexturedBox box

blueTex

private com.sun.opengl.util.texture.Texture blueTex
Constructor Detail

Task18

public Task18()
Method Detail

init

public void init(SystemContext context)
Description copied from interface: Initable
Called to give this renderer the chance to initiate himself for OpenGL rendering.

Specified by:
init in interface Initable
Overrides:
init in class StandardOpenGLProgram
Parameters:
context - the suitable system context

display

public void display()
Description copied from interface: Renderer
Called to execute OpenGL rendering.

Specified by:
display in interface Renderer
Overrides:
display in class StandardOpenGLProgram

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.