Package com.jme3.post
Class PreNormalCaching
java.lang.Object
com.jme3.post.PreNormalCaching
Deprecated.
The jme3-vr module is deprecated and will be removed in a future version (as it only supports OpenVR).
             For new Virtual Reality projects, use user libraries that provide OpenXR support.
             See Virtual Reality JME wiki section
             for more information.
Pre normal caching class.
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidgetPreNormals(RenderManager renderManager, Filter.Pass normalPass, ViewPort viewPort) Deprecated.Get pre-normals from the given rendering.static voidresetCache(boolean stereo) Deprecated.Reset the cache
- 
Method Details- 
getPreNormalspublic static void getPreNormals(RenderManager renderManager, Filter.Pass normalPass, ViewPort viewPort) Deprecated.Get pre-normals from the given rendering.- Parameters:
- renderManager- the render manager.
- normalPass- the normal pass.
- viewPort- the viewport.
 
- 
resetCachepublic static void resetCache(boolean stereo) Deprecated.Reset the cache- Parameters:
- stereo-- trueif the rendering is stereo based and- falseotherwise.
 
 
-