jjdh API

Uses of Class
jjdh.opengl.core.camera.CameraHandler

Packages that use CameraHandler
jjdh.opengl.core.camera This Package contains classes to provide a camera whose position and adjustment can be set to any value by the user. 
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.input This Package provides a framework to map input from a input device (like a mouse or a keyboard) to actions (which encapsulate the functionality). 
jjdh.opengl.input.actions This Package contains several OpenGL specific implentations of IContinuousAction and ISingularAction
jjdh.opengl.scenegraph.simple.common This Package contains several specific ScenegraphNode implentations. 
 

Uses of CameraHandler in jjdh.opengl.core.camera
 

Fields in jjdh.opengl.core.camera declared as CameraHandler
protected  CameraHandler Camera.cameraHandler
           
 

Methods in jjdh.opengl.core.camera that return CameraHandler
 CameraHandler Camera.getHandler()
           
 

Methods in jjdh.opengl.core.camera with parameters of type CameraHandler
 void Camera.setHandler(CameraHandler cameraHandler)
           
 

Uses of CameraHandler in jjdh.opengl.engine.trigger
 

Fields in jjdh.opengl.engine.trigger declared as CameraHandler
private  CameraHandler TriggerHandler.camera
           
 

Constructors in jjdh.opengl.engine.trigger with parameters of type CameraHandler
TriggerHandler(SystemContext context, CameraHandler camera)
           
 

Uses of CameraHandler in jjdh.opengl.input
 

Fields in jjdh.opengl.input declared as CameraHandler
private  CameraHandler AbstractJoglInputListener.cameraHandler
           
 

Uses of CameraHandler in jjdh.opengl.input.actions
 

Fields in jjdh.opengl.input.actions declared as CameraHandler
protected  CameraHandler CameraAction.cameraHandler
           
 

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

Fields in jjdh.opengl.scenegraph.simple.common declared as CameraHandler
protected  CameraHandler CameraNode.cameraHandler
           
 


jjdh API

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