Renamed ExplosionDebriEffect to ExplosionDebrisEffect
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
* OpenSceneGraph Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef OSGPARTICLE_EXPLOSIONDEBRIEFFECT
|
||||
#define OSGPARTICLE_EXPLOSIONDEBRIEFFECT
|
||||
#ifndef OSGPARTICLE_EXPLOSIONDEBRISEFFECT
|
||||
#define OSGPARTICLE_EXPLOSIONDEBRISEFFECT
|
||||
|
||||
#include <osgParticle/ParticleEffect>
|
||||
#include <osgParticle/ModularEmitter>
|
||||
@@ -21,15 +21,15 @@
|
||||
namespace osgParticle
|
||||
{
|
||||
|
||||
class OSGPARTICLE_EXPORT ExplosionDebriEffect : public ParticleEffect
|
||||
class OSGPARTICLE_EXPORT ExplosionDebrisEffect : public ParticleEffect
|
||||
{
|
||||
public:
|
||||
|
||||
ExplosionDebriEffect(const osg::Vec3& position=osg::Vec3(0.0f,0.0f,0.0f), float scale=1.0f, float intensity=1.0f);
|
||||
ExplosionDebrisEffect(const osg::Vec3& position=osg::Vec3(0.0f,0.0f,0.0f), float scale=1.0f, float intensity=1.0f);
|
||||
|
||||
ExplosionDebriEffect(const ExplosionDebriEffect& copy, const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
|
||||
ExplosionDebrisEffect(const ExplosionDebrisEffect& copy, const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
|
||||
|
||||
META_Node(osgParticle,ExplosionDebriEffect);
|
||||
META_Node(osgParticle,ExplosionDebrisEffect);
|
||||
|
||||
virtual void setDefaults();
|
||||
|
||||
Reference in New Issue
Block a user