defaultDepthRange
The distances to the far and near clipping planes that define the bounds of your content.
Declaration
var defaultDepthRange: SIMD2<Float> { get set }Discussion
The near and far planes reflect the distances from the person viewing the content. Compositor Services uses these values to compute the perspective projection matrix and to clip content that is between the camera and the near plane, or located beyond the far plane.
The distances in this property are in meters. The values are in reverse-z ordering, with the value for the far plane in the vector’s x property and the value for the near plane in the vector’s y property.