center property

Vector3? center
final

World-space center of the frustum-slice bounding sphere this cascade was fit to, or null when the cascade was built directly from a matrix. The shadow cache uses it to decide when a cached tile still covers the current view.

Implementation

final Vector3? center;