OpenSceneGraph/include/osgParticle
Robert Osfield 5de633f71b From Farshid Lashkari : "I reported earlier about a problem with a custom emitter I was using.
I spent some more time debugging and it turns out there was a bug in
the ParticleSystem::update_bounds function. When the bound is being
reset, both the min and max are being set to the same postion without
the radius being subtracted/added to it. When there is only one
particle alive in the system this causes it to be culled by small
feature culling. I've modifed the function so that when the bound is
reset, the radius is subtracted/added to the position. This fixes my
problem."
2005-11-14 09:31:06 +00:00
..
AccelOperator Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
AngularAccelOperator Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
CenteredPlacer Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
ConnectedParticleSystem Added SmokeTrailEffect which renders created particles as single quad or line 2005-10-12 18:42:36 +00:00
ConstantRateCounter Added SmokeTrailEffect which renders created particles as single quad or line 2005-10-12 18:42:36 +00:00
Counter Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
Emitter Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
ExplosionDebrisEffect Added protected destructors. 2005-10-25 09:49:53 +00:00
ExplosionEffect Added protected destructors. 2005-10-25 09:49:53 +00:00
Export From Chris Hanson, "The following files are drop-in replacements for the include/*/Export files to permit 2005-09-28 14:05:05 +00:00
FireEffect Added protected destructors. 2005-10-25 09:49:53 +00:00
FluidFrictionOperator Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
FluidProgram Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
ForceOperator Fixed doxygen comments. 2005-05-20 21:01:57 +00:00
Interpolator Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
LinearInterpolator Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
ModularEmitter Added support for rapid movement of the emitter, with particle now seeding between 2005-08-25 14:12:08 +00:00
ModularProgram Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
MultiSegmentPlacer Added support for rapid movement of the emitter, with particle now seeding between 2005-08-25 14:12:08 +00:00
Operator Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
Particle Changes to fix divide by 0 warning under VS. 2005-10-24 18:51:36 +00:00
ParticleEffect Added protected destructors. 2005-10-25 09:49:53 +00:00
ParticleProcessor Added support for rapid movement of the emitter, with particle now seeding between 2005-08-25 14:12:08 +00:00
ParticleSystem From Farshid Lashkari : "I reported earlier about a problem with a custom emitter I was using. 2005-11-14 09:31:06 +00:00
ParticleSystemUpdater Fixed doxygen comments. 2005-05-20 21:01:57 +00:00
Placer Added support for rapid movement of the emitter, with particle now seeding between 2005-08-25 14:12:08 +00:00
PointPlacer Added support for rapid movement of the emitter, with particle now seeding between 2005-08-25 14:12:08 +00:00
Program Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
RadialShooter Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
RandomRateCounter Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
range Added support for rapid movement of the emitter, with particle now seeding between 2005-08-25 14:12:08 +00:00
SectorPlacer Added support for rapid movement of the emitter, with particle now seeding between 2005-08-25 14:12:08 +00:00
SegmentPlacer Added support for rapid movement of the emitter, with particle now seeding between 2005-08-25 14:12:08 +00:00
Shooter Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
SmokeEffect Added protected destructors. 2005-10-25 09:49:53 +00:00
SmokeTrailEffect Added protected destructors. 2005-10-25 09:49:53 +00:00
VariableRateCounter Moved osgParticle across to standard OSG coding style. 2005-04-29 09:47:57 +00:00
Version Bumped the version numbers up to 1.0 in preparation for 1.0-rc1. 2005-11-09 10:49:56 +00:00