Просмотр исходного кода

Updated clippingPlanes default value in docs (#9322)

Updated `clippingPlanes` default value in docs
From `[]` to `null`
Wilt 10 лет назад
Родитель
Сommit
1552dea87f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/api/materials/Material.html

+ 1 - 1
docs/api/materials/Material.html

@@ -111,7 +111,7 @@
 		<h3>[property:Array clippingPlanes]</h3>
 		<h3>[property:Array clippingPlanes]</h3>
 
 
 		<div>
 		<div>
-		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 [].
+		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.
 		</div>
 		</div>
 
 
 		<h3>[property:Boolean clipShadows]</h3>
 		<h3>[property:Boolean clipShadows]</h3>

粤ICP备19079148号