Explorar el Código

Update DepthTexture.html

Michael Herzog hace 2 años
padre
commit
43c701c69a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      docs/api/en/textures/DepthTexture.html

+ 2 - 1
docs/api/en/textures/DepthTexture.html

@@ -121,7 +121,8 @@
 
 		<h3>[property:number compareFunction]</h3>
 		<p>
-		This is used to define the comparison function used when comparing texels in the depth texture to the value in the depth buffer.<br /><br/>
+		This is used to define the comparison function used when comparing texels in the depth texture to the value in the depth buffer. 
+		Default is *null* which means comparison is disabled.<br /><br/>
 
 		See the [page:Textures texture constants] page for details of other functions.
 		</p>