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

@@ -47,7 +47,9 @@ osgParticle::Particle::Particle()
_num_tile(1),
_cur_tile(-1),
_s_coord(0.0f),
_t_coord(0.0f)
_t_coord(0.0f),
_previousParticle(0),
_nextParticle(0)
{
}