com.threerings.opengl.renderer
Class Renderer.ClipPlaneRecord
java.lang.Object
com.threerings.math.Plane
com.threerings.opengl.renderer.Renderer.ClipPlaneRecord
- All Implemented Interfaces:
- Encodable, Exportable, Streamable
- Enclosing class:
- Renderer
protected static class Renderer.ClipPlaneRecord
- extends Plane
Represents the state of a single clip plane.
|
Field Summary |
Boolean |
enabled
Whether or not this clip plane is currently enabled. |
|
Method Summary |
void |
invalidate()
Invalidates this record, forcing it to be reapplied. |
| Methods inherited from class com.threerings.math.Plane |
decodeFromStream, decodeFromString, encodeToStream, encodeToString, equals, fromPointNormal, fromPoints, get, getDistance, getDistance, getIntersection, getNormal, hashCode, negate, negate, negateLocal, set, set, set, set, transform, transform, transformLocal |
enabled
public Boolean enabled
- Whether or not this clip plane is currently enabled.
Renderer.ClipPlaneRecord
protected Renderer.ClipPlaneRecord()
invalidate
public void invalidate()
- Invalidates this record, forcing it to be reapplied.