Added the beginings of new osgParticle Explosion, Fire and SmokeEffects.

Added support for generation explosion, fire and smoke effects in osgsimulation
This commit is contained in:
Robert Osfield
2004-05-13 22:09:23 +00:00
parent 45998cfdf7
commit ae5aefac0e
16 changed files with 1091 additions and 176 deletions

View File

@@ -36,7 +36,6 @@ namespace osgParticle
protected:
virtual ~RandomRateCounter() {}
private:
mutable float np_;
};