Improved ParticleEffects
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#include <osgParticle/ParticleEffect>
|
||||
#include <osgParticle/ModularEmitter>
|
||||
#include <osgParticle/ModularProgram>
|
||||
#include <osgParticle/FluidProgram>
|
||||
|
||||
namespace osgParticle
|
||||
{
|
||||
@@ -44,7 +44,7 @@ namespace osgParticle
|
||||
protected:
|
||||
|
||||
osg::ref_ptr<ModularEmitter> _emitter;
|
||||
osg::ref_ptr<ModularProgram> _program;
|
||||
osg::ref_ptr<FluidProgram> _program;
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user