Class: ColladaMaterial

ColladaMaterial(materialId)

Represents a collada material and it's effects.

Constructor

new ColladaMaterial(materialId)

Constructs a ColladaMaterial
Parameters:
Name Type Description
materialId String The id of a material node
Source:

Methods

parse(element)

Parses an effect node. Internal. Applications should not call this function.
Parameters:
Name Type Description
element Node An effect node.
Source:

parseNewparam(element)

Parses the newparam node. Internal. Applications should not call this function.
Parameters:
Name Type Description
element Node The newparam node.
Source:

parseProfileCommon(element)

Parses the profile_COMMON node. Internal. Applications should not call this function.
Parameters:
Name Type Description
element Node The profile_COMMON node.
Source:

parseTechnique(element)

Parses the technique node. Internal. Applications should not call this function.
Parameters:
Name Type Description
element Node The technique node.
Source:

parseTechniqueType(element)

Parses the technique type for this effect. Internal. Applications should not call this function.
Parameters:
Name Type Description
element Node The technique type node.
Source: