jjdh API

jjdh.opengl.exercises.sheet02
Class Task03Direct

java.lang.Object
  extended by jjdh.opengl.program.AbstractOpenGLProgram
      extended by jjdh.opengl.program.StandardOpenGLProgram
          extended by jjdh.opengl.program.StandardOpenGLProgramAdapter
              extended by jjdh.opengl.exercises.sheet02.Task03
                  extended by jjdh.opengl.exercises.sheet02.Task03Direct
All Implemented Interfaces:
EventListener, javax.media.opengl.GLEventListener, Initable, Reshapeable, OpenGLProgram, FullRenderer, GlassPaneRenderer, Renderer, ReshapeableRenderer

public class Task03Direct
extends Task03


Nested Class Summary
 
Nested classes/interfaces inherited from interface jjdh.opengl.program.OpenGLProgram
OpenGLProgram.State
 
Field Summary
 
Fields inherited from class jjdh.opengl.exercises.sheet02.Task03
attributes, 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
Task03Direct()
           
 
Method Summary
protected  void drawPyramid(javax.media.opengl.GL gl)
           
 
Methods inherited from class jjdh.opengl.exercises.sheet02.Task03
display, drawGround, drawScene, drawTexture, init
 
Methods inherited from class jjdh.opengl.program.StandardOpenGLProgramAdapter
displayChanged, reshape, setContext
 
Methods inherited from class jjdh.opengl.program.StandardOpenGLProgram
display, displayGlassPane, drawCounter, init, reshape, 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
 

Constructor Detail

Task03Direct

public Task03Direct()
Method Detail

drawPyramid

protected void drawPyramid(javax.media.opengl.GL gl)
Specified by:
drawPyramid in class Task03

jjdh API

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