updated COLLADA-DOM to the latest bleeding-edge (1.4.1) SVN version of today

This commit is contained in:
ejcoumans
2006-07-26 18:58:09 +00:00
parent 750af5c197
commit 7038e5c736
353 changed files with 21354 additions and 6259 deletions

View File

@@ -79,6 +79,20 @@ protected:
*/
class domGlsl_setparam_simple : public daeElement, public domGlsl_setparam_simple_complexType
{
public: //Accessors and Mutators
/**
* Gets the ref attribute.
* @return Returns a domGlsl_identifier of the ref attribute.
*/
domGlsl_identifier getRef() const { return attrRef; }
/**
* Sets the ref attribute.
* @param atRef The new value for the ref attribute.
*/
void setRef( domGlsl_identifier atRef ) { attrRef = atRef;
_validAttributeArray[0] = true; }
protected:
/**
* Constructor