Class: ColladaNode

ColladaNode()

Represents a collada node tag.

Constructor

new ColladaNode()

Constructs a ColladaNode
Source:

Methods

getLibraryNode(iNodes, id)

Retrieves a node form library_nodes Internal. Applications should not call this function.
Parameters:
Name Type Description
iNodes NodeList Nodes from library_nodes
id String The id of the node to retrieve
Source:

parse(element, iNodes, parentWorldMatrix)

Parses a visual_scene node. Internal. Applications should not call this function.
Parameters:
Name Type Description
element Node A visual_scene node.
iNodes NodeList Nodes from library_nodes.
parentWorldMatrix Matrix The transformation matrix of it's parent.
Source:

setNodeTransforms(element, parentWorldMatrix)

Computes the transformation and normal matrix of a node Internal. Applications should not call this function.
Parameters:
Name Type Description
element Node A visual_scene node.
parentWorldMatrix Matrix The transformation matrix of it's parent.
Source: