projection property
The lens projection paired with this camera's view.
Implementation
@override
CameraProjection get projection => PerspectiveProjection(
fovRadiansY: fovRadiansY,
near: fovNear,
far: fovFar,
);
The lens projection paired with this camera's view.
@override
CameraProjection get projection => PerspectiveProjection(
fovRadiansY: fovRadiansY,
near: fovNear,
far: fovFar,
);