org.jzy3d.plot3d.primitives
Interface IGLRenderer

All Known Subinterfaces:
IPickable
All Known Implementing Classes:
AbstractComposite, AbstractDrawable, AbstractDrawableGraph2d, AbstractWireframeable, CompileableComposite, ContourLevel, Cylinder, DefaultDrawableGraph2d, Disk, DrawableTexture, Enlightable, EnlightableBar, EnlightableDisk, EnlightablePolygon, EnlightableSphere, FlatLine2d, HistogramBar, InteractiveScatter, InteractiveSphere, LineStrip, MultiColorScatter, MultiColorScatterList, Parallelepiped, PickablePoint, PickableTexture, Point, PointGraph2d, Polygon, Quad, Scatter, Shape, Sphere, TextBitmapDrawable, TexturedCube, TexturedCylinder, TextureGraph2d, TranslucentQuad, Tube

public interface IGLRenderer


Method Summary
 void draw(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera cam)
           
 

Method Detail

draw

void draw(javax.media.opengl.GL gl,
          javax.media.opengl.glu.GLU glu,
          Camera cam)