jjdh API

Uses of Interface
jjdh.opengl.initialization.SystemContext

Packages that use SystemContext
jjdh.opengl.core.interfaces This Package contains very fundamental and widely implemented interfaces. 
jjdh.opengl.engine.trigger This Package provides a framework to start (or stop) events if a Camera enters (or leaves) a sphere, which is defined by position and radius and represented as a SphericalTrigger
jjdh.opengl.exercises.playground.activerendering This Package contains classes to demonstrate the use of the new Interfaces in jjdh.opengl.program.renderer
jjdh.opengl.exercises.playground.cg This Package contains classes to demonstrate the use of vertex and fragemt shader. 
jjdh.opengl.exercises.playground.intro This Package contains classes to demonstrate sound and rendering of html Pages to OpenGL textures. 
jjdh.opengl.exercises.playground.particles This Package contains classes to demonstrate the use of vertex and fragemt shader. 
jjdh.opengl.exercises.playground.scenegraph This Package contains a demonstration of the new simple screengraph api. 
jjdh.opengl.exercises.playground.swing This Package contains classes to demonstrate rendering of standard swing elements to OpenGL textures. 
jjdh.opengl.exercises.presentation This Package contains the great big presentation which holds the highlights of our program. 
jjdh.opengl.exercises.sheet06 This Package contains the solutions of the sixth weekly exercises. 
jjdh.opengl.exercises.sheet07 This Package contains the solutions of the seventh weekly exercises. 
jjdh.opengl.exercises.sheet08 This Package contains the solutions of the eight weekly exercises. 
jjdh.opengl.exercises.sheet09 This Package contains the solutions of the ninth exercises. 
jjdh.opengl.exercises.sheet10 This Package contains the solutions of the tenth exercises. 
jjdh.opengl.exercises.sheet11 This Package contains the solutions of the final eleventh exercises. 
jjdh.opengl.initialization This Package contains classes to initialize OpenGL and the surrounding GUI environment. 
jjdh.opengl.input.actions This Package contains several OpenGL specific implentations of IContinuousAction and ISingularAction
jjdh.opengl.meshes.common This Package contains several specific Mesh implentations. 
jjdh.opengl.program This Package contains the interface OpenGLProgram and several standard realizations. 
jjdh.opengl.program.renderer.common This Package contains common implementations of the Interfaces in jjdh.opengl.program.renderer
jjdh.opengl.scenegraph.simple.common This Package contains several specific ScenegraphNode implentations. 
 

Uses of SystemContext in jjdh.opengl.core.interfaces
 

Methods in jjdh.opengl.core.interfaces with parameters of type SystemContext
 void Initable.init(SystemContext context)
          Called to give this renderer the chance to initiate himself for OpenGL rendering.
 

Uses of SystemContext in jjdh.opengl.engine.trigger
 

Fields in jjdh.opengl.engine.trigger declared as SystemContext
private  SystemContext TriggerPoint.context
           
private  SystemContext ParticleEffectTrigger.context
           
 

Constructors in jjdh.opengl.engine.trigger with parameters of type SystemContext
ParticleEffectTrigger(OnOffNode node, SystemContext context, ParticleEffect<? extends Particle> effect)
           
TriggerHandler(SystemContext context, CameraHandler camera)
           
TriggerPoint(ITriggerable trigger, SystemContext context, Material m, Vector3D position, float radius, BoomEffectNode boom)
           
 

Uses of SystemContext in jjdh.opengl.exercises.playground.activerendering
 

Methods in jjdh.opengl.exercises.playground.activerendering with parameters of type SystemContext
 void QuadGlassPaneRenderer.init(SystemContext context)
           
 void Fire.init(SystemContext context)
           
 void EarthRenderer.init(SystemContext context)
           
 void CubeRenderer.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.playground.cg
 

Methods in jjdh.opengl.exercises.playground.cg with parameters of type SystemContext
 void FlagTestWithCG.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.playground.intro
 

Methods in jjdh.opengl.exercises.playground.intro with parameters of type SystemContext
 void HTMLContent.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.playground.particles
 

Methods in jjdh.opengl.exercises.playground.particles with parameters of type SystemContext
 void Fountain.init(SystemContext context)
           
 void Fire.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.playground.scenegraph
 

Methods in jjdh.opengl.exercises.playground.scenegraph with parameters of type SystemContext
 void SimpleDemo.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.playground.swing
 

Methods in jjdh.opengl.exercises.playground.swing with parameters of type SystemContext
 void SwingDemo.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.presentation
 

Methods in jjdh.opengl.exercises.presentation with parameters of type SystemContext
 void FinalPresentationWithCG.init(SystemContext context)
           
 void FinalPresentation.init(SystemContext context)
           
protected  void FinalPresentation.initMD2s(SystemContext context)
           
protected  void FinalPresentation.initSwing(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.sheet06
 

Methods in jjdh.opengl.exercises.sheet06 with parameters of type SystemContext
 void Task16.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.sheet07
 

Methods in jjdh.opengl.exercises.sheet07 with parameters of type SystemContext
 void Task18.init(SystemContext context)
           
 void Task17.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.sheet08
 

Methods in jjdh.opengl.exercises.sheet08 with parameters of type SystemContext
 void Task21.init(SystemContext context)
           
 void Task20.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.sheet09
 

Methods in jjdh.opengl.exercises.sheet09 with parameters of type SystemContext
 void Task23.init(SystemContext context)
           
 void Task22.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.sheet10
 

Methods in jjdh.opengl.exercises.sheet10 with parameters of type SystemContext
 void Task24.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.exercises.sheet11
 

Methods in jjdh.opengl.exercises.sheet11 with parameters of type SystemContext
 void Task25.init(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.initialization
 

Classes in jjdh.opengl.initialization that implement SystemContext
 class StandardSystemContext
           
 

Uses of SystemContext in jjdh.opengl.input.actions
 

Fields in jjdh.opengl.input.actions declared as SystemContext
protected  SystemContext ScreenshotAction.context
           
 

Constructors in jjdh.opengl.input.actions with parameters of type SystemContext
ScreenshotAction(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.meshes.common
 

Constructors in jjdh.opengl.meshes.common with parameters of type SystemContext
Flag(float width, float height, int parts, float windSpeed, com.sun.opengl.util.texture.Texture texture, SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.program
 

Fields in jjdh.opengl.program declared as SystemContext
protected  SystemContext ProgramModel.context
           
protected  SystemContext AbstractOpenGLProgram.context
           
 

Methods in jjdh.opengl.program that return SystemContext
 SystemContext OpenGLProgram.getContext()
          Returns the system context in which this program is operating.
 SystemContext AbstractOpenGLProgram.getContext()
           
 

Methods in jjdh.opengl.program with parameters of type SystemContext
 void StandardOpenGLProgram.init(SystemContext context)
           
 void StandardOpenGLProgramAdapter.setContext(SystemContext context)
           
 void StandardOpenGLProgram.setContext(SystemContext context)
           
 void OpenGLProgram.setContext(SystemContext context)
           
 void AbstractOpenGLProgram.setContext(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.program.renderer.common
 

Fields in jjdh.opengl.program.renderer.common declared as SystemContext
protected  SystemContext FakedGLAutoDrawable.context
           
 

Methods in jjdh.opengl.program.renderer.common with parameters of type SystemContext
 void StandardFullRenderer.init(SystemContext context)
           
 void GLEventListenerWrapper.init(SystemContext context)
           
 void DebugRenderer.init(SystemContext context)
           
 

Constructors in jjdh.opengl.program.renderer.common with parameters of type SystemContext
FakedGLAutoDrawable(SystemContext context)
           
 

Uses of SystemContext in jjdh.opengl.scenegraph.simple.common
 

Fields in jjdh.opengl.scenegraph.simple.common declared as SystemContext
protected  SystemContext AWTComponentNode.context
           
 

Constructors in jjdh.opengl.scenegraph.simple.common with parameters of type SystemContext
AWTComponentNode(SystemContext context)
           
AWTComponentNode(SystemContext context, Component component)
           
AWTComponentNode(SystemContext context, int textureSize)
           
MD2Node(SystemContext context, MD2Mesh mesh)
           
MD2Node(SystemContext context, String regex)
           
MD2Node(SystemContext context, String md2Regex, String textureRegex)
           
 


jjdh API

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