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:
Robert Osfield
2005-10-11 09:47:28 +00:00
parent b7fd3bfdc4
commit 540e676dae
6 changed files with 131 additions and 1 deletions

View File

@@ -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