DepthFunction

DepthFunction()

确定用于比较深度测试中两个深度的函数。

Members

staticconstantSuperMap3D.DepthFunction.ALWAYS : Number

深度测试总是通过。

staticconstantSuperMap3D.DepthFunction.EQUAL : Number

如果输入深度等于存储深度,则深度测试通过。

staticconstantSuperMap3D.DepthFunction.GREATER : Number

如果输入深度大于存储深度,则深度测试通过。

staticconstantSuperMap3D.DepthFunction.GREATER_OR_EQUAL : Number

如果输入深度大于或等于存储深度,则深度测试通过。

staticconstantSuperMap3D.DepthFunction.LESS : Number

如果输入深度小于存储深度,则深度测试通过。

staticconstantSuperMap3D.DepthFunction.LESS_OR_EQUAL : Number

如果输入深度小于或等于存储深度,则深度测试通过。

staticconstantSuperMap3D.DepthFunction.NEVER : Number

深度测试从未通过。

staticconstantSuperMap3D.DepthFunction.NOT_EQUAL : Number

如果输入深度不等于存储深度,则深度测试通过。