Uses of Interface
m3g08.Sample

Packages that use Sample
m3g08   
 

Uses of Sample in m3g08
 

Classes in m3g08 that implement Sample
 class EmulatingLightSample
          Shows alternatives to real lighting.
 class LightingSample
          A sphere lit with different light sources.
 class MaterialsSample
          Demonstrates how different materials change the look of a mesh.
 

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

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