Garrett Johnson пре 6 година
родитељ
комит
6ab9253f2b
2 измењених фајлова са 8 додато и 3 уклоњено
  1. 1 1
      docs/api/en/constants/Materials.html
  2. 7 2
      docs/api/en/materials/Material.html

+ 1 - 1
docs/api/en/constants/Materials.html

@@ -135,7 +135,7 @@
 		[page:Materials IncrementStencilOp] will increment the current stencil value by 1.<br />
 		[page:Materials DecrementStencilOp] will decrement the current stencil value by 1.<br />
 		[page:Materials IncrementWrapStencilOp] will increment the current stencil value by 1. If the value increments past 255 it will be set to 0.<br />
-		[page:Materials DecrementWrapStencilOp] will increment the current stencil value by 1. If the value decrements past 0 it will be set to 255.<br />
+		[page:Materials DecrementWrapStencilOp] will increment the current stencil value by 1. If the value decrements below 0 it will be set to 255.<br />
 		[page:Materials InvertStencilOp] will perform a bitwise iversion of the current stencil value.<br />
 		</p>
 

+ 7 - 2
docs/api/en/materials/Material.html

@@ -135,7 +135,7 @@
 
 		<h3>[property:Integer stencilRef]</h3>
 		<p>
-		The value to use when using stencil functions comparisons or performing stencil operations. Default is *0*.
+		The value to use when performing stencil comparisons or stencil operations. Default is *0*.
 		</p>
 
 		<h3>[property:Boolean stencilMask]</h3>
@@ -150,7 +150,12 @@
 
 		<h3>[property:Boolean stencilZFail]</h3>
 		<p>
-			Which stencil operation to perform when the comparison function returns true but the depth test fails. Default is [page:Materials KeepStencilOp]. See the stencil operations [page:Materials constants] for all possible values.
+		Which stencil operation to perform when the comparison function returns true but the depth test fails. Default is [page:Materials KeepStencilOp]. See the stencil operations [page:Materials constants] for all possible values.
+		</p>
+
+		<h3>[property:Boolean stencilZPass]</h3>
+		<p>
+		Which stencil operation to perform when the comparison function returns true and the depth test passes. Default is [page:Materials KeepStencilOp]. See the stencil operations [page:Materials constants] for all possible values.
 		</p>
 
 		<h3>[property:Boolean flatShading]</h3>