Home
last modified time | relevance | path

Searched refs:reflectionClipPlane (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
DReflectionProcessor.java25 private Plane reflectionClipPlane; field in ReflectionProcessor
33 …eflectionProcessor(Camera reflectionCam, FrameBuffer reflectionBuffer, Plane reflectionClipPlane) { in ReflectionProcessor() argument
36 this.reflectionClipPlane = reflectionClipPlane; in ReflectionProcessor()
65 reflectionCam.setClipPlane(reflectionClipPlane, Plane.Side.Positive);//,1 in postQueue()
115 return reflectionClipPlane; in getReflectionClipPlane()
122 public void setReflectionClipPlane(Plane reflectionClipPlane) { in setReflectionClipPlane() argument
123 this.reflectionClipPlane = reflectionClipPlane; in setReflectionClipPlane()
DSimpleWaterProcessor.java119 private Plane reflectionClipPlane; field in SimpleWaterProcessor
300 …onView.addProcessor(new ReflectionProcessor(reflectionCam, reflectionBuffer, reflectionClipPlane)); in createPreViews()
399 reflectionClipPlane = plane.clone(); in updateClipPlanes()
400reflectionClipPlane.setConstant(reflectionClipPlane.getConstant() + reflectionClippingOffset); in updateClipPlanes()