Uses of Interface
m3g11.Sample

Packages that use Sample
m3g11   
 

Uses of Sample in m3g11
 

Classes in m3g11 that implement Sample
 class AnimationSample
          Simple animation with different interpolation modes.
 class TextureAnimationSample
          Displays a scene with UV animations.
 

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

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