浏览代码

Merge pull request #11611 from mrdoob/WestLangley-material_docs

Material.html: Correct clipping plane description
Mr.doob 8 年之前
父节点
当前提交
7e256c6ba0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/materials/Material.html

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

@@ -84,7 +84,7 @@
 		<div>
 		<div>
 		User-defined clipping planes specified as THREE.Plane objects in world space.
 		User-defined clipping planes specified as THREE.Plane objects in world space.
 		These planes apply to the objects this material is attached to.
 		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.
+		Points in space whose signed distance to the plane is negative are clipped (not rendered).
 		See the [example:webgl_clipping_intersection WebGL / clipping /intersection] example.
 		See the [example:webgl_clipping_intersection WebGL / clipping /intersection] example.
 		Default is *null*.
 		Default is *null*.
 		</div>
 		</div>