Added doxygen docs

This commit is contained in:
Robert Osfield 2008-03-17 12:11:39 +00:00
parent 00f161ca35
commit ae1c047deb

View File

@ -83,7 +83,10 @@ namespace osgParticle
WORLD_COORDINATES
};
/** Set whether the particles should be scaled relative to world coordaintes or local coordinates.*/
void setParticleScaleReferenceFrame(ParticleScaleReferenceFrame rf) { _particleScaleReferenceFrame = rf; }
/** Get whether the particles should be scaled relative to world coordaintes or local coordinates.*/
ParticleScaleReferenceFrame getParticleScaleReferenceFrame() const { return _particleScaleReferenceFrame; }