Skip to content

Commit 1552dea

Browse files
Wiltmrdoob
authored andcommitted
Updated clippingPlanes default value in docs (mrdoob#9322)
Updated `clippingPlanes` default value in docs From `[]` to `null`
1 parent dfc2b26 commit 1552dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/materials/Material.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h3>[property:Number alphaTest]</h3>
111111
<h3>[property:Array clippingPlanes]</h3>
112112

113113
<div>
114-
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 dot product with the plane is negative are cut away. Default is [].
114+
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 dot product with the plane is negative are cut away. Default is null.
115115
</div>
116116

117117
<h3>[property:Boolean clipShadows]</h3>

0 commit comments

Comments
 (0)