Uses of Interface
m3g05.Sample

Packages that use Sample
m3g05   
 

Uses of Sample in m3g05
 

Classes in m3g05 that implement Sample
 class DepthBufferSample
          Sample demonstrating the depth buffer.
 class ModelTransformationsSample
          Sample displaying a cube that can be transformed interactively.
 class ProjectionSample
          Sample demonstrating parallel and perspective projection.
 class ViewTransformationsSample
          Demonstrates switching between portrait and landscape rendering by changing the camera transformation.
 class WireframeSample
          Demonstrates manual transformation of vertices by displaying wireframe objects.
 

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

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