Searched refs:reflectionClipPlane (Results 1 – 2 of 2) sorted by relevance
25 private Plane reflectionClipPlane; field in ReflectionProcessor33 …eflectionProcessor(Camera reflectionCam, FrameBuffer reflectionBuffer, Plane reflectionClipPlane) { in ReflectionProcessor() argument36 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() argument123 this.reflectionClipPlane = reflectionClipPlane; in setReflectionClipPlane()
119 private Plane reflectionClipPlane; field in SimpleWaterProcessor300 …onView.addProcessor(new ReflectionProcessor(reflectionCam, reflectionBuffer, reflectionClipPlane)); in createPreViews()399 reflectionClipPlane = plane.clone(); in updateClipPlanes()400 … reflectionClipPlane.setConstant(reflectionClipPlane.getConstant() + reflectionClippingOffset); in updateClipPlanes()