浏览代码

Update DepthTexture.html

Michael Herzog 2 年之前
父节点
当前提交
43c701c69a
共有 1 个文件被更改,包括 2 次插入1 次删除
  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>