소스 검색

change default value of fog property

Luis Fonsi VEVO 5 년 전
부모
커밋
48a642ec21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/api/en/materials/SpriteMaterial.html

+ 1 - 1
docs/api/en/materials/SpriteMaterial.html

@@ -67,7 +67,7 @@
 		<p>[page:Color] of the material, by default set to white (0xffffff). The [page:.map] is mutiplied by the color.</p>
 
 		<h3>[property:boolean fog]</h3>
-		<p>Whether or not this material affected by the scene's fog. Default is false</p>
+		<p>Whether or not this material affected by the scene's fog. Default is true</p>
 
 		<h3>[property:Texture map]</h3>
 		<p>The texture map. Default is null.</p>