enable world coordinate particle fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user