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:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user