CSMFrustumData constructor

CSMFrustumData({
  1. Matrix4? projectionMatrix,
  2. double? maxFar,
})

Implementation

CSMFrustumData({
  this.projectionMatrix,
  this.maxFar
});