Преглед на файлове

Update SpriteMaterial.html

Add doc entry stating that SpriteMaterials are not clipped by using clippingPlanes
wcoebergh преди 7 години
родител
ревизия
86e0b79083
променени са 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>