updated COLLADA-DOM to the latest bleeding-edge (1.4.1) SVN version of today
This commit is contained in:
@@ -65,7 +65,8 @@ public: //Accessors and Mutators
|
||||
* Sets the count attribute.
|
||||
* @param atCount The new value for the count attribute.
|
||||
*/
|
||||
void setCount( domUint atCount ) { attrCount = atCount; }
|
||||
void setCount( domUint atCount ) { attrCount = atCount;
|
||||
_validAttributeArray[0] = true; }
|
||||
|
||||
/**
|
||||
* Gets the offset attribute.
|
||||
@@ -76,7 +77,8 @@ public: //Accessors and Mutators
|
||||
* Sets the offset attribute.
|
||||
* @param atOffset The new value for the offset attribute.
|
||||
*/
|
||||
void setOffset( domUint atOffset ) { attrOffset = atOffset; }
|
||||
void setOffset( domUint atOffset ) { attrOffset = atOffset;
|
||||
_validAttributeArray[1] = true; }
|
||||
|
||||
/**
|
||||
* Gets the source attribute.
|
||||
@@ -92,7 +94,8 @@ public: //Accessors and Mutators
|
||||
* Sets the source attribute.
|
||||
* @param atSource The new value for the source attribute.
|
||||
*/
|
||||
void setSource( const xsAnyURI &atSource ) { attrSource.setURI( atSource.getURI() ); }
|
||||
void setSource( const xsAnyURI &atSource ) { attrSource.setURI( atSource.getURI() );
|
||||
_validAttributeArray[2] = true; }
|
||||
|
||||
/**
|
||||
* Gets the stride attribute.
|
||||
@@ -103,7 +106,8 @@ public: //Accessors and Mutators
|
||||
* Sets the stride attribute.
|
||||
* @param atStride The new value for the stride attribute.
|
||||
*/
|
||||
void setStride( domUint atStride ) { attrStride = atStride; }
|
||||
void setStride( domUint atStride ) { attrStride = atStride;
|
||||
_validAttributeArray[3] = true; }
|
||||
|
||||
/**
|
||||
* Gets the param element array.
|
||||
|
||||
Reference in New Issue
Block a user