open_toontown_panda3d/panda/src/particlesystem
David Rose 0c56b38f6a name vdatas after type of particle 2007-10-25 21:18:58 +00:00
..
Sources.pp added ArcEmitter 2006-11-13 00:47:48 +00:00
arcEmitter.I correct filename case 2006-11-13 21:31:42 +00:00
arcEmitter.cxx "angles now more in line with panda's coordinate system" 2007-05-10 23:13:32 +00:00
arcEmitter.h arcEmitter works like ringEmitter except you can constrain the particles to a an arc on the ring. usefull for splitting a single particle system into an 'in front' and 'behind' pair 2006-11-13 00:47:11 +00:00
baseParticle.I Added 'int index' member to be used for sprite rendering. 2005-07-14 18:16:40 +00:00
baseParticle.cxx Added 'int index' member to be used for sprite rendering. 2005-07-14 18:16:40 +00:00
baseParticle.h Added 'int index' member to be used for sprite rendering. 2005-07-14 18:16:40 +00:00
baseParticleEmitter.I update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
baseParticleEmitter.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
baseParticleEmitter.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
baseParticleFactory.I assert that mass spread is < base mass 2007-02-01 01:13:13 +00:00
baseParticleFactory.cxx release write locks after writing 2007-06-22 23:34:31 +00:00
baseParticleFactory.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
baseParticleRenderer.I allow particle systems to be placed under an instance 2006-07-27 00:24:34 +00:00
baseParticleRenderer.cxx allow particle systems to be placed under an instance 2006-07-27 00:24:34 +00:00
baseParticleRenderer.h allow particle systems to be placed under an instance 2006-07-27 00:24:34 +00:00
boxEmitter.I update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
boxEmitter.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
boxEmitter.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
colorInterpolationManager.I added choice of additive or modulated mode 2006-04-23 23:52:00 +00:00
colorInterpolationManager.cxx added is_modulated status to segment constructor and addSegment functions 2006-06-14 18:36:18 +00:00
colorInterpolationManager.h added is_modulated status to segment constructor and addSegment functions 2006-06-14 18:36:18 +00:00
config_particlesystem.cxx call ParticleSystem::init_type() 2007-05-08 21:09:04 +00:00
config_particlesystem.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
discEmitter.I (void) -> () 2005-09-06 20:16:09 +00:00
discEmitter.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
discEmitter.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
emitters.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
geomParticleRenderer.I from prezmek: 2007-08-10 02:41:20 +00:00
geomParticleRenderer.cxx from prezmek: 2007-08-10 02:41:20 +00:00
geomParticleRenderer.h from prezmek: 2007-08-10 02:41:20 +00:00
lineEmitter.I update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
lineEmitter.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
lineEmitter.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
lineParticleRenderer.I Added line scale factor to line renderer 2005-04-09 01:38:33 +00:00
lineParticleRenderer.cxx name vdatas after type of particle 2007-10-25 21:18:58 +00:00
lineParticleRenderer.h faster sprite particles 2007-02-08 19:56:33 +00:00
orientedParticle.I update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
orientedParticle.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
orientedParticle.h regularize length of comment slashes 2005-05-19 00:22:28 +00:00
orientedParticleFactory.I update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
orientedParticleFactory.cxx (void) -> () 2005-09-06 20:16:09 +00:00
orientedParticleFactory.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
particleCommonFuncs.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
particleSystem.I allow particle systems to be placed under an instance 2006-07-27 00:24:34 +00:00
particleSystem.cxx added pstat calipers to sprite particles 2007-02-06 00:34:29 +00:00
particleSystem.h added pstat calipers to sprite particles 2007-02-06 00:34:29 +00:00
particleSystemManager.I (void) -> () 2005-09-06 20:16:09 +00:00
particleSystemManager.cxx added pstat calipers to sprite particles 2007-02-06 00:34:29 +00:00
particleSystemManager.h added pstat calipers to sprite particles 2007-02-06 00:34:29 +00:00
particlefactories.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
particles.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
particlesystem_composite.cxx Added macrocomposites 2005-09-27 22:05:52 +00:00
particlesystem_composite1.cxx Changes to allow color interpolation on sprite and geom renderers 2005-06-15 19:03:53 +00:00
particlesystem_composite2.cxx added ArcEmitter 2006-11-13 00:47:48 +00:00
pointEmitter.I update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
pointEmitter.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
pointEmitter.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
pointParticle.cxx Change lifespan constructor parameter type from int to float to match its declared type. 2005-07-14 18:14:27 +00:00
pointParticle.h Change lifespan constructor parameter type from int to float to match its declared type. 2005-07-14 18:14:27 +00:00
pointParticleFactory.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
pointParticleFactory.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
pointParticleRenderer.I fix line_width and RenderModeAttrib 2005-01-27 05:21:34 +00:00
pointParticleRenderer.cxx name vdatas after type of particle 2007-10-25 21:18:58 +00:00
pointParticleRenderer.h faster sprite particles 2007-02-08 19:56:33 +00:00
rectangleEmitter.I update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
rectangleEmitter.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
rectangleEmitter.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
ringEmitter.I Added spread value for ring and alpha in out mode for particles 2005-03-21 23:46:34 +00:00
ringEmitter.cxx use new munger system for qpgeom sprites/points 2005-04-07 21:51:00 +00:00
ringEmitter.h added ArcEmitter 2006-11-13 00:47:48 +00:00
sparkleParticleRenderer.I update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
sparkleParticleRenderer.cxx name vdatas after type of particle 2007-10-25 21:18:58 +00:00
sparkleParticleRenderer.h faster sprite particles 2007-02-08 19:56:33 +00:00
sphereSurfaceEmitter.I update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
sphereSurfaceEmitter.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
sphereSurfaceEmitter.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
sphereVolumeEmitter.I (void) -> () 2005-09-06 20:16:09 +00:00
sphereVolumeEmitter.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
sphereVolumeEmitter.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
spriteParticleRenderer.I untabify 2006-01-13 18:38:07 +00:00
spriteParticleRenderer.cxx name vdatas after type of particle 2007-10-25 21:18:58 +00:00
spriteParticleRenderer.h release write locks after writing 2007-06-22 23:34:31 +00:00
tangentRingEmitter.I (void) -> () 2005-09-06 20:16:09 +00:00
tangentRingEmitter.cxx Added spread value for ring and alpha in out mode for particles 2005-03-21 23:46:34 +00:00
tangentRingEmitter.h Added spread value for ring and alpha in out mode for particles 2005-03-21 23:46:34 +00:00
zSpinParticle.I update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
zSpinParticle.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
zSpinParticle.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
zSpinParticleFactory.I update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
zSpinParticleFactory.cxx update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
zSpinParticleFactory.h update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00