HomeSort by relevance Sort by last modified time
    Searched refs:reflectionClipPlane (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
ReflectionProcessor.java 25 private Plane reflectionClipPlane;
31 * @param reflectionClipPlane the clipping plane
33 public ReflectionProcessor(Camera reflectionCam, FrameBuffer reflectionBuffer, Plane reflectionClipPlane) {
36 this.reflectionClipPlane = reflectionClipPlane;
65 reflectionCam.setClipPlane(reflectionClipPlane, Plane.Side.Positive);//,1
115 return reflectionClipPlane;
120 * @param reflectionClipPlane
122 public void setReflectionClipPlane(Plane reflectionClipPlane) {
123 this.reflectionClipPlane = reflectionClipPlane
    [all...]
SimpleWaterProcessor.java 119 private Plane reflectionClipPlane;
300 reflectionView.addProcessor(new ReflectionProcessor(reflectionCam, reflectionBuffer, reflectionClipPlane));
399 reflectionClipPlane = plane.clone();
400 reflectionClipPlane.setConstant(reflectionClipPlane.getConstant() + reflectionClippingOffset);

Completed in 65 milliseconds