GaussianCamera constructor
const
GaussianCamera({})
Creates a new GaussianCamera with the specified parameters.
All parameters are required to ensure proper camera configuration.
Implementation
const GaussianCamera({
required this.id,
required this.width,
required this.height,
required this.position,
required this.rotation,
required this.fx,
required this.fy,
});