Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/materials/Material.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ <h3>[property:Array clippingPlanes]</h3>
User-defined clipping planes specified as THREE.Plane objects in world space.
These planes apply to the objects this material is attached to.
Points in space whose signed distance to the plane is negative are clipped (not rendered).
This requires [page:WebGLRenderer.localClippingEnabled] to be *true*.
See the [example:webgl_clipping_intersection WebGL / clipping /intersection] example.
Default is *null*.
</div>
Expand Down