Uses of Class
cz.cuni.jagrlib.DefaultRender3D

Packages that use DefaultRender3D
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of DefaultRender3D in cz.cuni.jagrlib.piece
 

Subclasses of DefaultRender3D in cz.cuni.jagrlib.piece
 class GLBrepRender
          GL scene rendering of connected Brep-scene.
 class RenderPainter
          Depth-sort rendering of Brep database.
 

Uses of DefaultRender3D in cz.cuni.jagrlib.testing
 

Subclasses of DefaultRender3D in cz.cuni.jagrlib.testing
 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.