OpenSceneGraph/src/osgParticle
2016-10-11 11:29:29 +01:00
..
BounceOperator.cpp
CMakeLists.txt
ConnectedParticleSystem.cpp Fixes shadows warnings 2016-05-20 13:38:34 +01:00
DomainOperator.cpp
Emitter.cpp
ExplosionDebrisEffect.cpp
ExplosionEffect.cpp
FireEffect.cpp
FluidFrictionOperator.cpp
FluidProgram.cpp
ModularEmitter.cpp
ModularProgram.cpp
MultiSegmentPlacer.cpp
Particle.cpp Made ordering of case clearer 2016-10-11 11:29:29 +01:00
ParticleEffect.cpp
ParticleProcessor.cpp From Jannik Heller, osgParticle freeze on cull fix, ammended by Robert Osfield to make if statements a little more readable. 2016-02-23 10:12:31 +00:00
ParticleSystem.cpp Removed Particle::Shape support for QUAD_TRIANGLESTRIP, HEXAGON, USER as these are unlikely to be used as their implementation prevents refactoring to use vertex array code paths 2016-10-11 11:29:29 +01:00
ParticleSystemUpdater.cpp From Jannik Heller, osgParticle freeze on cull fix, ammended by Robert Osfield to make if statements a little more readable. 2016-02-23 10:12:31 +00:00
PrecipitationEffect.cpp Added asUpdate/Cull/EventVisitor and asCamera/asDrawable to osg::Object and usage of these within the code base to avoid dynamic_cast<> usage. 2016-01-20 17:49:10 +00:00
Program.cpp
SinkOperator.cpp From David Callu, warning fixes and removal of spaces at end of lines. 2013-06-28 12:00:43 +00:00
SmokeEffect.cpp
SmokeTrailEffect.cpp
Version.cpp