Added support for wind.

This commit is contained in:
Robert Osfield
2006-04-24 06:36:26 +00:00
parent e8fa0433b3
commit 49a5ef9ee1
3 changed files with 54 additions and 19 deletions

View File

@@ -34,8 +34,9 @@ namespace osgParticle
void snow(float intensity);
osg::Vec3 wind;
osg::BoundingBox boundingBox;
osg::Vec3 particleVelocity;
float particleVelocity;
float particleSize;
osg::Vec4 particleColour;
float particleDensity;