Class: NodeCleanupAction

NodeCleanupAction()

Cleans up an object node by removing the most point children possible while still retaining the overall shape. Options: - nodeRef: The object {NodeRef} to be cleaned up.

Constructor

new NodeCleanupAction()

Source:

Methods

(async, generator) getAllNodes() → {AsyncIterable.<NodeRef>}

Get all child nodes of the object node.
Source:
Returns:
Type
AsyncIterable.<NodeRef>

(async, generator) getAllPointVertices() → {AsyncIterable.<Object>}

Get descriptors for every vertex/point child node in the object node. A point descriptor has the fields: - nodeRef: the point node {NodeRef} - radius: the {number} radius on the map - point: the {Vector3} center of the node on the map
Source:
Returns:
an iterable of point descriptors
Type
AsyncIterable.<Object>