LOD constructor

LOD({
  1. Object3D? object,
  2. double distance = 0,
})

Implementation

LOD({
  this.object,
  this.distance = 0
}):super(){
  type = 'LOD';
  autoUpdate = true;
}