|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RayGenerator | |
---|---|
cz.cuni.jagrlib.iface | Various interfaces for connecting of JaGrLib modules. |
cz.cuni.jagrlib.obscure | JaGrLib modules and other classes w/o public source code. |
cz.cuni.jagrlib.piece | Public modules (building blocks of JaGrLib compositions). |
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.obscure |
---|
Classes in cz.cuni.jagrlib.obscure that implement RayGenerator | |
---|---|
class |
DepthOfFieldCamera
Perspective camera with depth-of-field. |
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 |
StaticCSGScene.camera
Static camera. |
protected RayGenerator |
RayCasting.camera
Accelerator: camera object. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |