Package com.jme3.post

Class PreNormalCaching

java.lang.Object
com.jme3.post.PreNormalCaching

@Deprecated public class PreNormalCaching extends Object
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 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 and false otherwise.