From 0b8ba82889b94cfebca00ea02061f8f4d0f12aa6 Mon Sep 17 00:00:00 2001 From: Nick Powers Date: Wed, 17 Aug 2016 13:08:44 -0400 Subject: [PATCH] Added depth function property to Material docs (#9534) --- docs/api/materials/Material.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api/materials/Material.html b/docs/api/materials/Material.html index bd6e45cbb6..a860447ffb 100644 --- a/docs/api/materials/Material.html +++ b/docs/api/materials/Material.html @@ -80,6 +80,11 @@ Whether to have depth test enabled when rendering this material. Default is *true*. +

[property:Integer depthFunc]

+
+ What depth function to use. Default is [page:Materials THREE.LessEqualDepth]. +
+

[property:Boolean depthWrite]

Whether rendering this material has any effect on the depth buffer. Default is *true*. -- GitLab