LODLevel
Defined in: core/feature/LOD.ts:44
Represents a single LOD level.
Type Parameters
• TData = {}
Type for additional instance data.
Properties
distance
distance:
number
Defined in: core/feature/LOD.ts:48
The squared distance at which this LOD level becomes active.
hysteresis
hysteresis:
number
Defined in: core/feature/LOD.ts:52
Hysteresis value to prevent LOD flickering when transitioning.
object
object:
InstancedMesh2
<TData
>
Defined in: core/feature/LOD.ts:56
The InstancedMesh2
object associated with this LOD level.