Skip to content

LODLevel

Represents a single LOD level.

Type Parameters

TData = object

Type for additional instance data.

Properties

distance

distance: number

The squared distance at which this LOD level becomes active.

Defined in

core/feature/LOD.ts:48


hysteresis

hysteresis: number

Hysteresis value to prevent LOD flickering when transitioning.

Defined in

core/feature/LOD.ts:52


object

object: InstancedMesh2<TData, BufferGeometry, any, Object3DEventMap>

The InstancedMesh2 object associated with this LOD level.

Defined in

core/feature/LOD.ts:56