LodLevel constructor
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,
});
A level drawing geometry with material down to a screenSize
fraction of the viewport height.
const LodLevel({
required this.geometry,
required this.material,
required this.screenSize,
});