isDepthCheckEnabled property

bool isDepthCheckEnabled

Determines whether the depth of the 3D marker's vertices is considered during rendering. If set to false, the 3D marker will always appear in front of any other map objects. If set to true the 3D marker might be occluded by other map objects like extruded buildings.

By default depth check is set to false.

Use the altitude of the MapMarker3D.coordinates to position the 3D marker sufficiently high above the surface. Setting depth check to true will fix visual glitches where components of the marker 3D model unexpectedly shine through. Returns true if depth check is enabled.

Implementation

bool get isDepthCheckEnabled;
void isDepthCheckEnabled=(bool value)

Determines whether the depth of the 3D marker's vertices is considered during rendering. If set to false, the 3D marker will always appear in front of any other map objects. If set to true the 3D marker might be occluded by other map objects like extruded buildings.

By default depth check is set to false.

Use the altitude of the MapMarker3D.coordinates to position the 3D marker sufficiently high above the surface. Setting depth check to true will fix visual glitches where components of the marker 3D model unexpectedly shine through. Set whether the depth of the 3D marker's vertices is considered during rendering.

Implementation

set isDepthCheckEnabled(bool value);