Uses of Interface
m3g04.Sample

Packages that use Sample
m3g04   
 

Uses of Sample in m3g04
 

Classes in m3g04 that implement Sample
 class ColoredGeometrySample
          Sample displaying a cube with per-vertex colors.
 class GeometricShapesSample
          Sample displaying different meshes.
 

Fields in m3g04 declared as Sample
private  Sample Main.currentSample
          Currently displayed sample.
 

Methods in m3g04 with parameters of type Sample
private  void Main.switchSample(Sample newSample)
          Destroys the current sample if it exists and displays a new one.