OpenSceneGraph/include/osgParticle
Robert Osfield 007cc9f4ac From Tom Jolley, "There was some unnecessary creation and deletion of Particle objects in
include/osgParticle/ParticleSystem.  I replaced

   Particle(ptemplate? *ptemplate: _def_ptemp)

with

   ptemplate? *ptemplate: _def_ptemp

in a couple of places.  This should make particle creation and reuse go
a little faster without all that memory allocation and copying."
2007-01-12 21:44:28 +00:00
..
AccelOperator Updated copyright years. 2006-07-18 15:21:48 +00:00
AngularAccelOperator Updated copyright years. 2006-07-18 15:21:48 +00:00
BoxPlacer Updated copyright years. 2006-07-18 15:21:48 +00:00
CenteredPlacer Updated copyright years. 2006-07-18 15:21:48 +00:00
ConnectedParticleSystem Ben van Basten, "1 Bug fix in reuseParticle where originally an old particle that was already killed would be killed again, but instead should have been placed on the dead stack for future reuse. 2006-11-07 13:48:20 +00:00
ConstantRateCounter Updated copyright years. 2006-07-18 15:21:48 +00:00
Counter Updated copyright years. 2006-07-18 15:21:48 +00:00
Emitter Updated copyright years. 2006-07-18 15:21:48 +00:00
ExplosionDebrisEffect Updated copyright years. 2006-07-18 15:21:48 +00:00
ExplosionEffect Updated copyright years. 2006-07-18 15:21:48 +00:00
Export Updated copyright years. 2006-07-18 15:21:48 +00:00
FireEffect Updated copyright years. 2006-07-18 15:21:48 +00:00
FluidFrictionOperator Updated copyright years. 2006-07-18 15:21:48 +00:00
FluidProgram Updated copyright years. 2006-07-18 15:21:48 +00:00
ForceOperator Updated copyright years. 2006-07-18 15:21:48 +00:00
Interpolator Updated copyright years. 2006-07-18 15:21:48 +00:00
LinearInterpolator Updated copyright years. 2006-07-18 15:21:48 +00:00
ModularEmitter Updated copyright years. 2006-07-18 15:21:48 +00:00
ModularProgram Updated copyright years. 2006-07-18 15:21:48 +00:00
MultiSegmentPlacer Updated copyright years. 2006-07-18 15:21:48 +00:00
Operator Updated copyright years. 2006-07-18 15:21:48 +00:00
Particle Updated copyright years. 2006-07-18 15:21:48 +00:00
ParticleEffect Updated copyright years. 2006-07-18 15:21:48 +00:00
ParticleProcessor Added an osgDB::ReadWriteMutex to help manage the ability to have serialize 2006-12-27 16:40:34 +00:00
ParticleSystem From Tom Jolley, "There was some unnecessary creation and deletion of Particle objects in 2007-01-12 21:44:28 +00:00
ParticleSystemUpdater Added an osgDB::ReadWriteMutex to help manage the ability to have serialize 2006-12-27 16:40:34 +00:00
Placer Updated copyright years. 2006-07-18 15:21:48 +00:00
PointPlacer Updated copyright years. 2006-07-18 15:21:48 +00:00
PrecipitationEffect Further migration to using RenderInfo 2006-11-14 12:51:31 +00:00
Program Updated copyright years. 2006-07-18 15:21:48 +00:00
RadialShooter Updated copyright years. 2006-07-18 15:21:48 +00:00
RandomRateCounter Updated copyright years. 2006-07-18 15:21:48 +00:00
range Updated copyright years. 2006-07-18 15:21:48 +00:00
SectorPlacer Updated copyright years. 2006-07-18 15:21:48 +00:00
SegmentPlacer Updated copyright years. 2006-07-18 15:21:48 +00:00
Shooter Updated copyright years. 2006-07-18 15:21:48 +00:00
SmokeEffect Updated copyright years. 2006-07-18 15:21:48 +00:00
SmokeTrailEffect Updated copyright years. 2006-07-18 15:21:48 +00:00
VariableRateCounter Updated copyright years. 2006-07-18 15:21:48 +00:00
Version Updated copyright years. 2006-07-18 15:21:48 +00:00