Class LevelOfDetail3DMetadata

Defines properties and message types for LevelOfDetail3D.

Inherits properties and message types from Node3DMetadata.

Property Types

See also PropertyType
LevelOfDetail3DMetadata.MinimumAreaProperty

When you in a parent Level Of Detail node set the Type to Perspective, use this property in a child node of that Level Of Detail node to set the minimum screen area covered by the child node in proportion to the screen size in range [0, 1].

LevelOfDetail3DMetadata.MinimumDistanceProperty

When you in a parent Level Of Detail node set the Type to Distance, use this property in a child node of that Level Of Detail node to set the minimum distance from the camera to the level of detail in range [0, Inf].

LevelOfDetail3DMetadata.TypeProperty

Defines the type of the level of detail:

  • Distance sets the level of detail to use the minimum z distance from the camera to the level of detail.
  • Perspective sets the level of detail to use the minimum screen area covered by the child node in proportion to the screen size.

Message Types

See also MessageType

Message Arguments

Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.