Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeshLODLevel

Class used to represent a specific level of detail of a mesh

see

https://doc.babylonjs.com/how_to/how_to_use_lod

Hierarchy

  • MeshLODLevel

Index

Constructors

Properties

Constructors

constructor

  • Creates a new LOD level

    Parameters

    • distance: number

      defines the distance where this level should star being displayed

    • mesh: Nullable<Mesh>

      defines the mesh to use to render this level

    Returns MeshLODLevel

Properties

distanceSearch playground for distance

distance: number

Defines the distance where this level should start being displayed

meshSearch playground for mesh

mesh: Nullable<Mesh>

Defines the mesh to use to render this level

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method