text
stringlengths
0
8.81k
NEVER
number
The depth test never passes.
LESS
number
The depth test passes if the incoming depth is less than the stored depth.
EQUAL
number
The depth test passes if the incoming depth is equal to the stored depth.
LESS_OR_EQUAL
number
The depth test passes if the incoming depth is less than or equal to the stored depth.
GREATER
number
The depth test passes if the incoming depth is greater than the stored depth.
NOT_EQUAL
number
The depth test passes if the incoming depth is not equal to the stored depth.
GREATER_OR_EQUAL
number
The depth test passes if the incoming depth is greater than or equal to the stored depth.
ALWAYS
number
The depth test always passes.
constant excludesReverseAxis : Array.<number>
engine/Source/Scene/WebMapServiceImageryProvider.js 29
EPSG codes known to not include reverse axis orders, and are within 4000-5000.
constant ExtrapolationType : number
engine/Source/Core/ExtrapolationType.js 9
Constants to determine how an interpolated value is extrapolated
when querying outside the bounds of available data.
Properties:
Name
Type
Description
NONE
number