소스 검색

Merge pull request #13686 from nickcoutsos/patch-1

Document clippingPlanes render setting dependency
Mr.doob 7 년 전
부모
커밋
764875d4c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      docs/api/materials/Material.html

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

@@ -85,6 +85,7 @@
 		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>