| Interface | Description | 
|---|---|
| JobProgressListener<T> | An interface listener that will be notified of the progress of an asynchronous
 generation job. | 
| Class | Description | 
|---|---|
| IrradianceSphericalHarmonicsGenerator | Generates the Irradiance map for PBR. | 
| JobProgressAdapter<T> | Abstract Adapter class that implements optional methods of JobProgressListener. | 
| PrefilteredEnvMapFaceGenerator | Generates one face of the prefiltered environment map for PBR. | 
| RunnableWithProgress | Abstract runnable that can report its progress |