DepthFunction
Members
staticconstantCesium.DepthFunction.ALWAYS : Number
深度测试总是通过的。
如果传入深度等于存储深度,则深度测试通过。
staticconstantCesium.DepthFunction.GREATER : Number
如果传入深度大于存储深度,则深度测试通过。
staticconstantCesium.DepthFunction.GREATER_OR_EQUAL : Number
如果传入深度大于或等于存储深度,则深度测试通过。
如果传入深度小于存储深度,则深度测试通过。
staticconstantCesium.DepthFunction.LESS_OR_EQUAL : Number
如果传入深度小于或等于存储深度,则深度测试通过。
深度测试从未通过。
staticconstantCesium.DepthFunction.NOT_EQUAL : Number
如果传入深度不等于存储深度,则深度测试通过。