Browse Source

Update DepthTexture.html

Michael Herzog 2 years ago
parent
commit
43c701c69a
1 changed files with 2 additions and 1 deletions
  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>
 		<h3>[property:number compareFunction]</h3>
 		<p>
 		<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.
 		See the [page:Textures texture constants] page for details of other functions.
 		</p>
 		</p>