소스 검색

Merge pull request #13546 from wcoebergh/patch-1

Update SpriteMaterial.html
Mr.doob 7 년 전
부모
커밋
308ea44e73
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/api/materials/SpriteMaterial.html

+ 2 - 0
docs/api/materials/SpriteMaterial.html

@@ -44,6 +44,8 @@ scene.add( sprite );
 
 			The exception is the property [page:Hexadecimal color], which can be passed in as a hexadecimal
 			string and is *0xffffff* (white) by default. [page:Color.set]( color ) is called internally.
+			
+			SpriteMaterials are not clipped by using [page:Material.clippingPlanes].
 		</div>