CameraPerspective constructor
CameraPerspective({})
Implementation
CameraPerspective({
required super.root,
required this.aspectRatio,
required this.yFov,
required this.zFar,
required this.zNear,
});
CameraPerspective({
required super.root,
required this.aspectRatio,
required this.yFov,
required this.zFar,
required this.zNear,
});