Torque3D Documentation / _generateds / ColladaExtension

ColladaExtension

Engine/source/ts/collada/colladaExtensions.h

More...

Protected Attributes

const domTechnique *

Protected Functions

const domTechnique *
findExtraTechnique(const domCommon_color_or_texture_type_complexType::domTexture * element, const char * name)

The element does not define an extra_array, so need a specialized version of the template.

const domTechnique *
findExtraTechnique(const T * element, const char * name)

Find the technique with the named profile.

const domAny *
findParam(const char * name)

Find the parameter with the given name.

get(const char * name, AnimatedElement< T > & value, T defaultVal)

Get the value of the named animated parameter (use defaultVal if parameter not found)

get(const char * name, T & value, T defaultVal)

Get the value of the named parameter (use defaultVal if parameter not found)

Public Functions

Detailed Description

Protected Attributes

const domTechnique * pTechnique 

Protected Functions

findExtraTechnique(const domCommon_color_or_texture_type_complexType::domTexture * element, const char * name)

The element does not define an extra_array, so need a specialized version of the template.

findExtraTechnique(const T * element, const char * name)

Find the technique with the named profile.

findParam(const char * name)

Find the parameter with the given name.

get(const char * name, AnimatedElement< T > & value, T defaultVal)

Get the value of the named animated parameter (use defaultVal if parameter not found)

get(const char * name, T & value, T defaultVal)

Get the value of the named parameter (use defaultVal if parameter not found)

Public Functions

ColladaExtension()

~ColladaExtension()