Home | History | Annotate | Download | only in renderer

Lines Matching defs:side

383      * @param side the side the camera stands from the plane
385 public void setClipPlane(Plane clipPlane, Plane.Side side) {
387 if (side == Plane.Side.Negative) {
390 //we are on the other side of the plane no need to clip anymore.
391 if (clipPlane.whichSide(location) == side) {
998 * on the negative side of the plane is can be culled out.
1030 Plane.Side side = bound.whichSide(worldPlane[planeId]);
1032 if (side == Plane.Side.Negative) {
1036 } else if (side == Plane.Side.Positive) {