public class PreNormalCaching
extends java.lang.Object
| Constructor and Description | 
|---|
PreNormalCaching()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
getPreNormals(RenderManager renderManager,
             Filter.Pass normalPass,
             ViewPort viewPort)
Get pre-normals from the given rendering. 
 | 
static void | 
resetCache(boolean stereo)
Reset the cache 
 | 
public static void getPreNormals(RenderManager renderManager, Filter.Pass normalPass, ViewPort viewPort)
renderManager - the render manager.normalPass - the normal pass.viewPort - the viewport.public static void resetCache(boolean stereo)
stereo - true if the rendering is stereo based and false otherwise.