menu
three_js_core package
documentation
objects/lod.dart
LOD
LOD constructor
LOD constructor
dark_mode
light_mode
LOD
constructor
LOD
(
{
Object3D
?
object
,
double
distance
=
0
,
})
Implementation
LOD({ this.object, this.distance = 0 }):super(){ type = 'LOD'; autoUpdate = true; }
three_js_core package
documentation
objects/lod
LOD
LOD constructor
LOD class