jjdh API

Uses of Class
jjdh.opengl.exercises.sheet02.builder.GLAttributes

Packages that use GLAttributes
jjdh.opengl.exercises.sheet02 This Package contains the solutions of the second weekly exercises. 
jjdh.opengl.exercises.sheet02.builder This Package contains an old, builder based approach to realize Object-Rendering in OpenGL and remains here primary for backward compatibility. 
 

Uses of GLAttributes in jjdh.opengl.exercises.sheet02
 

Fields in jjdh.opengl.exercises.sheet02 declared as GLAttributes
protected  GLAttributes Task03.attributes
           
 

Methods in jjdh.opengl.exercises.sheet02 with parameters of type GLAttributes
protected  List<FloatBuffer> Task03VertexArray.createPyramidVertices(javax.media.opengl.GL gl, GLAttributes attributes)
           
protected  FloatBuffer Task03VertexArray.createSliceVertices(javax.media.opengl.GL gl, GLAttributes attributes, float xPos, float yPos, float zPos)
           
 

Uses of GLAttributes in jjdh.opengl.exercises.sheet02.builder
 

Methods in jjdh.opengl.exercises.sheet02.builder with parameters of type GLAttributes
 void GLSlicePyramidBuilder.buildListPart(javax.media.opengl.GL gl, GLAttributes attributes)
           
 void GLSliceBuilder.buildListPart(javax.media.opengl.GL gl, GLAttributes attributes)
           
 void GLFunnelBuilder.buildListPart(javax.media.opengl.GL gl, GLAttributes attributes)
           
abstract  void AbstractGLObjectBuilder.buildListPart(javax.media.opengl.GL gl, GLAttributes attributes)
           
 int AbstractGLObjectBuilder.createDisplayList(javax.media.opengl.GL gl, GLAttributes attributes)
           
 int AbstractGLObjectBuilder.createDisplayList(javax.media.opengl.GL gl, GLAttributes attributes, int listId)
           
 


jjdh API

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