Click or drag to resize
SoLDMResourceParameterstileHalfLife Property

Tile half-life (seconds).

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFFloat tileHalfLife { get; }

Property Value

Type: SoSFFloat
Remarks

Default is 2 seconds. When calling SoDataSet.getLdmDataAccess.getData(), once a tile is unlocked by the application (call to SoDataSet.getLdmDataAccess.releaseData), its weight will decrease until the tile is weighted again by LDM. This function allows you to set how long it takes for the tile's weight to be divided by 2 (initial weight is 1). The tile weight will be set to 0 when the weight becomes less than 0.05.

See Also