Optional Readonlycolor?: Color3The color to apply at the intersection (optional).
Readonlyenabled: trueMust be true to enable the plane.
Optional ReadonlyfadeSize?: numberHow much the color is smudged (faded) over the clipped area (optional, number).
Optional ReadonlyignoreDepthWrite?: booleanIf true, disables depth writing for this plane (optional, boolean).
ReadonlynormalVector: Vertex3The normal vector of the plane (should be normalized).
Readonlypoint: Vertex3The point on the plane (origin for the plane equation).
Configuration for enabling a clip plane at a specific point and normal.
When enabled, the plane clips geometry at the given point and normal, and applies the specified color and fade.