OpenSceneGraph/include/osgParticle
Robert Osfield 0a9263d50e From Wang Rui, "Changes:
1. Rewrite the reading/writing exception handlers to work like the ive
plugin exceptions.
2. Write a header writing/checking function in ReaderWriterOSG2.cpp,
which may help decide if the stream is ascii or binary. The
readInputIterator() function will return null pointer if the input
file is nither osgb nor osgt format, which indicates that the old .osg
format could be used here, in case we've merged the two plugins
together.
3. Add a new ForceReadingImage option in the InputStream, which will
allocate an empty image object with the filename if specifed external
image file is missed. It may be useful for format converting in some
cases.
4. Add new osgParticle wrappers, as well as some modification to the
osgParticle headers, for instance, change isEnabled() to getEnabled().
5. Some fixes to the osg serialization wrappers."
2010-01-27 17:09:05 +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 From Alberto Luaces, "it seems that include/osgParticle/BoxPlacer was created from the SectorPlacer 2007-12-11 11:37:03 +00:00
CenteredPlacer Updated copyright years. 2006-07-18 15:21:48 +00:00
ConnectedParticleSystem Removed deprecated drawImplementation(State&) method from Drawable and Drawable::DrawCallback 2007-03-28 11:30:38 +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 Added explicit to ParticleEffect constructors 2007-01-12 22:01:56 +00:00
ExplosionEffect Added explicit to ParticleEffect constructors 2007-01-12 22:01:56 +00:00
Export Improved the doxygen docs over the various namespaces 2008-08-05 19:17:09 +00:00
FireEffect Added explicit to ParticleEffect constructors 2007-01-12 22:01:56 +00:00
FluidFrictionOperator Updated copyright years. 2006-07-18 15:21:48 +00:00
FluidProgram From Paul Melis, fixes to spelling mistakes/typos. 2007-07-11 15:51:17 +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 From Paul Melis, "Here is a list of fixes to misspelled APIs. Unfortunately, more than one 2007-06-27 20:36:16 +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 From Martin Scheffler, "osgParticle: method to set start and end tile for particle texture (for animated particles). I also updated examples/osgParticle to show the feature. 2009-11-24 15:00:11 +00:00
ParticleEffect Added explicit to ParticleEffect constructors 2007-01-12 22:01:56 +00:00
ParticleProcessor From Wang Rui, "Changes: 2010-01-27 17:09:05 +00:00
ParticleSystem From Wang Rui, "Changes: 2010-01-27 17:09:05 +00:00
ParticleSystemUpdater Made the ParticleSystemUpdate::addParticleSystem, removeParticleSystem, replaceParticleSystem and setParticleSystem methods all virtual to allow them to be overriden. 2008-11-21 12:30:12 +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 From Wang Rui, "Changes: 2010-01-27 17:09:05 +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 Separated OperationsThread out from the GraphicsThread header and introduced 2007-07-09 19:04:36 +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 Added explicit to ParticleEffect constructors 2007-01-12 22:01:56 +00:00
SmokeTrailEffect Added explicit to ParticleEffect constructors 2007-01-12 22:01:56 +00:00
VariableRateCounter Updated copyright years. 2006-07-18 15:21:48 +00:00
Version From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00