Uses of Interface
m3g12.Sample

Uses of Sample in m3g12
 

Classes in m3g12 that implement Sample
 class MorphingSample
          Defines an animation that blends mesh shapes into each other by using morphing.
 class RobotSample
          Displays a walking robot that can be controlled with the game keys.
 class SkinnedMeshSample
          SkinnedMesh animation that bends a skeleton with an adjustable number of bones.
 

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

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