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

Packages that use Render3D
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
cz.cuni.jagrlib.worker JaGrLib worker modules - descendants of Worker. 
 

Uses of Render3D in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement Render3D
 class DefaultRender3D
          Default implementation of Render3D.
 

Uses of Render3D in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement Render3D
 class GLBrepRender
          GL scene rendering of connected Brep-scene.
 class RenderPainter
          Depth-sort rendering of Brep database.
 

Uses of Render3D in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement Render3D
 class AntCity
          Renders Ant-city (pilot implementation - not correct).
 class DrawAxes
          Draws simple 3D scene to test projection matrices.
 class DrawAxesGL
          Draws simple 3D scene to test projection matrices (OpenGL version).
 class GraphR2ToR
          3D rendering example - graph of R^2 -> R mapping.
 class RenderWireframe
          3D rendering example - wire-frame rendering of Brep database.
 

Fields in cz.cuni.jagrlib.testing declared as Render3D
protected  Render3D InteractiveProjection.render
          Accelerator: rendering object.
 

Uses of Render3D in cz.cuni.jagrlib.worker
 

Fields in cz.cuni.jagrlib.worker declared as Render3D
protected  Render3D AntCityWorker.render
          Redner object.
protected  Render3D GlobalIlluminationWorker.render
          Render object (should be stopped in case of user break).
protected  Render3D Render3DWorker.render
          Render object (should be stopped in case of user break).