diff --git a/docs/api/en/materials/Material.html b/docs/api/en/materials/Material.html index aa25a9eb6f1bb6cf118dc6cc3d9267d6004f31bb..0836835050e94208ddae2a94baae1581a68d0eb0 100644 --- a/docs/api/en/materials/Material.html +++ b/docs/api/en/materials/Material.html @@ -128,12 +128,12 @@ Whether rendering this material has any effect on the stencil buffer. Default is *false*.

-

[property:Boolean stencilWriteMask]

+

[property:Integer stencilWriteMask]

The bit mask to use when writing to the stencil buffer. Default is *0xFF*.

-

[property:Boolean stencilFunc]

+

[property:Integer stencilFunc]

The stencil comparison function to use. Default is [page:Materials AlwaysStencilFunc]. See stencil function [page:Materials constants] for all possible values.

@@ -143,7 +143,7 @@ The value to use when performing stencil comparisons or stencil operations. Default is *0*.

-

[property:Boolean stencilFuncMask]

+

[property:Integer stencilFuncMask]

The bit mask to use when comparing against the stencil buffer. Default is *0xFF*.

@@ -153,12 +153,12 @@ Which stencil operation to perform when the comparison function returns false. Default is [page:Materials KeepStencilOp]. See the stencil operations [page:Materials constants] for all possible values.

-

[property:Boolean stencilZFail]

+

[property:Integer stencilZFail]

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.

-

[property:Boolean stencilZPass]

+

[property:Integer stencilZPass]

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.

diff --git a/docs/api/zh/materials/Material.html b/docs/api/zh/materials/Material.html index b1f53dcacc192402a65f4726c417509eb20688ad..e5492a5ce6f2400511ef1a281078753ce7a51c07 100644 --- a/docs/api/zh/materials/Material.html +++ b/docs/api/zh/materials/Material.html @@ -108,12 +108,12 @@ Whether rendering this material has any effect on the stencil buffer. Default is *false*.

-

[property:Boolean stencilWriteMask]

+

[property:Integer stencilWriteMask]

The bit mask to use when writing to the stencil buffer. Default is *0xFF*.

-

[property:Boolean stencilFunc]

+

[property:Integer stencilFunc]

The stencil comparison function to use. Default is [page:Materials AlwaysStencilFunc]. See stencil function [page:Materials constants] for all possible values.

@@ -123,7 +123,7 @@ The stencil comparison function to use. Default is [page:Materials AlwaysStencil The value to use when performing stencil comparisons or stencil operations. Default is *0*.

-

[property:Boolean stencilFuncMask]

+

[property:Integer stencilFuncMask]

The bit mask to use when comparing against the stencil buffer. Default is *0xFF*.

@@ -133,12 +133,12 @@ The bit mask to use when comparing against the stencil buffer. Default is *0xFF* Which stencil operation to perform when the comparison function returns false. Default is [page:Materials KeepStencilOp]. See the stencil operations [page:Materials constants] for all possible values.

-

[property:Boolean stencilZFail]

+

[property:Integer stencilZFail]

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.

-

[property:Boolean stencilZPass]

+

[property:Integer stencilZPass]

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.