Uses of Interface
m3g09.Sample

Packages that use Sample
m3g09   
 

Uses of Sample in m3g09
 

Classes in m3g09 that implement Sample
 class BillboardSample
          This sample displays a field of flowers to demonstrate two alternative billboard techniques: daisies and knotweeds use screen-aligned Sprite3Ds; tulips and irises use axis-aligned, textured quads.
 class PickingSample
          Picks meshes in viewport coordinates.
 class SceneGraphSample
          Uses a scene graph tree to structure a hierarchy of 3D objects.
 

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

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