HomeSort by relevance Sort by last modified time
    Searched defs:setClipPlane (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
ReflectionProcessor.java 65 reflectionCam.setClipPlane(reflectionClipPlane, Plane.Side.Positive);//,1
SimpleWaterProcessor.java 576 refractionCam.setClipPlane(refractionClipPlane, Plane.Side.Negative);//,-1
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java 385 public void setClipPlane(Plane clipPlane, Plane.Side side) {
436 public void setClipPlane(Plane clipPlane) {
437 setClipPlane(clipPlane, clipPlane.whichSide(location));
    [all...]

Completed in 45 milliseconds