From: <jud...@us...> - 2009-02-24 16:09:12
|
Revision: 374 http://colladamaya.svn.sourceforge.net/colladamaya/?rev=374&view=rev Author: judithschenk Date: 2009-02-24 16:09:03 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Doku Modified Paths: -------------- branches/nextgen/COLLADAFramework/include/COLLADAFWTexture.h Modified: branches/nextgen/COLLADAFramework/include/COLLADAFWTexture.h =================================================================== --- branches/nextgen/COLLADAFramework/include/COLLADAFWTexture.h 2009-02-24 11:42:23 UTC (rev 373) +++ branches/nextgen/COLLADAFramework/include/COLLADAFWTexture.h 2009-02-24 16:09:03 UTC (rev 374) @@ -33,7 +33,11 @@ /** Destructor. */ virtual ~Texture(); - /** Returns the id of the sampler.*/ + /** + * Returns the id of the sampler. + * The sampler id is the array index position in the samplers array + * (see COLLADAFW::EffectCommon::mSamplers from type COLLADAFW::SamplerPointerArray). + */ SamplerID getSamplerId() const { return mSamplerId; } /** Sets the id of the sampler.*/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |