From ae1c047debd3f966c68140821e059416a62e8458 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 17 Mar 2008 12:11:39 +0000 Subject: [PATCH] Added doxygen docs --- include/osgParticle/ParticleSystem | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/osgParticle/ParticleSystem b/include/osgParticle/ParticleSystem index 1012e4867..6617adbf6 100644 --- a/include/osgParticle/ParticleSystem +++ b/include/osgParticle/ParticleSystem @@ -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; }