Uses of Interface
m3g06.Sample

Packages that use Sample
m3g06   
 

Uses of Sample in m3g06
 

Classes in m3g06 that implement Sample
 class EnvironmentMappingSample
          Demonstrates environment mapping.
 class Image2DTypesSample
          Loads PNG images with different color types and transparency combinations by using Loader.load() and displays the resulting Image2D pixel format.
 class TexturingSample
          Displays different shapes with textures and allows changing texture parameters interactively.
 

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

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