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 Summary
Modifier and TypeMethodDescriptionstatic void
getPreNormals
(RenderManager renderManager, Filter.Pass normalPass, ViewPort viewPort) Deprecated.Get pre-normals from the given rendering.static void
resetCache
(boolean stereo) Deprecated.Reset the cache
-
Method Details
-
getPreNormals
public 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.
-
resetCache
public static void resetCache(boolean stereo) Deprecated.Reset the cache- Parameters:
stereo
-true
if the rendering is stereo based andfalse
otherwise.
-