enable world coordinate particle fix

This commit is contained in:
timoore
2008-10-30 23:51:41 +00:00
parent 91e22c1fb3
commit 6afd7e1a38

View File

@@ -26,6 +26,7 @@
#include <simgear/misc/sg_path.hxx>
#include <simgear/props/props.hxx>
#include <simgear/props/props_io.hxx>
#include <simgear/structure/OSGVersion.hxx>
#include <osgParticle/SmokeTrailEffect>
#include <osgParticle/FireEffect>
@@ -44,6 +45,10 @@
#include "particles.hxx"
#if SG_OSG_VERSION >= 27004
#define OSG_PARTICLE_FIX 1
#endif
namespace simgear
{
void GlobalParticleCallback::operator()(osg::Node* node, osg::NodeVisitor* nv)
@@ -111,8 +116,6 @@ osg::Group* Particles::getCommonRoot()
return commonRoot.get();
}
// Enable this once particle fix is in OSG.
// #define OSG_PARTICLE_FIX 1
void transformParticles(osgParticle::ParticleSystem* particleSys,
const osg::Matrix& mat)
{