Constructor
new ColladaMaterial(materialId)
    Constructs a ColladaMaterial
    Parameters:
| Name | Type | Description | 
|---|---|---|
materialId | 
            
            String | The id of a material node | 
Methods
parse(element)
    Parses an effect node.
Internal. Applications should not call this function.
    Parameters:
| Name | Type | Description | 
|---|---|---|
element | 
            
            Node | An effect node. | 
parseNewparam(element)
    Parses the newparam node.
Internal. Applications should not call this function.
    Parameters:
| Name | Type | Description | 
|---|---|---|
element | 
            
            Node | The newparam node. | 
parseProfileCommon(element)
    Parses the profile_COMMON node.
Internal. Applications should not call this function.
    Parameters:
| Name | Type | Description | 
|---|---|---|
element | 
            
            Node | The profile_COMMON node. | 
parseTechnique(element)
    Parses the technique node.
Internal. Applications should not call this function.
    Parameters:
| Name | Type | Description | 
|---|---|---|
element | 
            
            Node | The technique node. | 
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. |