LodLevel constructor
const
LodLevel({})
A level drawing geometry with material down to a screenSize
fraction of the viewport height.
Implementation
const LodLevel({
required this.geometry,
required this.material,
required this.screenSize,
});