LOD
A LOD can hold multiple child nodes and automatically activate/deactivate them based on their distance from the camera.
Properties
Section titled “Properties”.{...Node}
Section titled “.{...Node}”Inherits all Node properties
Methods
Section titled “Methods”.insert(node, maxDistance)
Section titled “.insert(node, maxDistance)”Adds node
as a child of this node and also registers it to be activated/deactivated based on the maxDistance
value.