Added new shell of new class ConnectedParticleSystem, which will be used
for managing connect particle system for the purpose of doing missile trails etc.
This commit is contained in:
@@ -257,6 +257,10 @@ namespace osgParticle
|
||||
int _cur_tile;
|
||||
float _s_coord;
|
||||
float _t_coord;
|
||||
|
||||
// previous and next Particles are only used in ConnectedParticleSystems
|
||||
Particle* _previousParticle;
|
||||
Particle* _nextParticle;
|
||||
};
|
||||
|
||||
// INLINE FUNCTIONS
|
||||
|
||||
Reference in New Issue
Block a user