vrdDistanceLODNode

class vrdDistanceLODNode

(Inherits vrdNode)

This class provides access to a distance LOD node.

Functions

vrdDistanceLODNode.getCenter()
Returns:The center for distance calculation
Return type:QVector3D
vrdDistanceLODNode.getRanges()
Returns:The range intervals
Return type:List[float]
vrdDistanceLODNode.setCenter(value)

Sets the center for distance calculation.

Parameters:value (QVector3D) – The new center
vrdDistanceLODNode.setRanges(value)

Sets the range intervals for the child nodes.

Parameters:value (List[float]) – The new ranges