Added doxygen docs
This commit is contained in:
parent
00f161ca35
commit
ae1c047deb
@ -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; }
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user