Uses of Interface
cz.cuni.jagrlib.iface.RayGenerator

Packages that use RayGenerator
cz.cuni.jagrlib.iface Various interfaces for connecting of JaGrLib modules. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of RayGenerator in cz.cuni.jagrlib.iface
 

Methods in cz.cuni.jagrlib.iface that return RayGenerator
 RayGenerator RTScene.getCamera()
          Retrieves the actual camera (ray-generator).
 

Methods in cz.cuni.jagrlib.iface with parameters of type RayGenerator
 void RTScene.setCamera(RayGenerator camera)
          Sets the camera object (ray-generator) for the scene.
 

Uses of RayGenerator in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement RayGenerator
 class StaticCamera
          Static perspective camera - ray generator.
 

Fields in cz.cuni.jagrlib.piece declared as RayGenerator
protected  RayGenerator RayCasting.camera
          Accelerator: camera object.
protected  RayGenerator StaticCSGScene.camera
          Static camera.
 

Methods in cz.cuni.jagrlib.piece that return RayGenerator
 RayGenerator StaticCSGScene.getCamera()
          Retrieves the actual camera (ray-generator).
 

Methods in cz.cuni.jagrlib.piece with parameters of type RayGenerator
 void StaticCSGScene.setCamera(RayGenerator camera)
          Sets the camera object (ray-generator) for the scene.
 

Uses of RayGenerator in cz.cuni.jagrlib.testing
 

Fields in cz.cuni.jagrlib.testing declared as RayGenerator
protected  RayGenerator DefaultRenderer.camera
          Accelerator: camera object.