#include <framework.h>#include <eventHandler.h>#include <chancfg.h>#include <string>#include <renderModeTransition.h>#include <colorTransition.h>#include <cullFaceTransition.h>#include <depthTestTransition.h>#include <depthWriteTransition.h>#include <textureTransition.h>#include <lightTransition.h>#include <materialTransition.h>#include <transformTransition.h>#include <get_rel_pos.h>#include <boundingSphere.h>#include <geomSphere.h>#include <geomNode.h>#include <notify.h>#include <directionalLight.h>#include <renderRelation.h>#include <camera.h>#include <frustum.h>#include <orthoProjection.h>#include <perspectiveProjection.h>#include <textNode.h>#include <physicsManager.h>#include <particleSystem.h>#include <emitters.h>#include <forces.h>#include <sparkleParticleRenderer.h>#include <pointParticleRenderer.h>#include <spriteParticleRenderer.h>#include <pointParticleFactory.h>#include <particleSystemManager.h>#include <clockObject.h>#include <nodePath.h>#include <memoryUsage.h>#include <texture.h>#include <texturePool.h>Go to the source code of this file.
Functions | |
| void | event_csn_update (CPT_Event) |
| PT (ParticleSystem) explosion_system=new ParticleSystem(128) | |
| PT (PointParticleFactory) explosion_factory=new PointParticleFactory | |
| PT (SpriteParticleRenderer) explosion_renderer=new SpriteParticleRenderer | |
| PT (SphereSurfaceEmitter) explosion_emitter=new SphereSurfaceEmitter | |
| PT (PointParticleRenderer) fireworks_renderer=new PointParticleRenderer | |
| PT (LineEmitter) fireworks_emitter=new LineEmitter | |
| PT (Texture) fireworks_texture | |
| void | event_add_particles (CPT_Event) |
| void | demo_keys (EventHandler &) |
| int | main (int argc, char *argv[]) |
Variables | |
| PhysicsManager | physics_manager |
| ParticleSystemManager | ps_manager |
Definition in file test_recparticles.cxx.
|
|
Definition at line 151 of file test_recparticles.cxx. References TexturePool::load_texture(). |
|
|
Definition at line 88 of file test_recparticles.cxx. References event_handler, nout, physics_manager, and ps_manager. |
|
|
Definition at line 69 of file test_recparticles.cxx. References physics_manager, and ps_manager. |
|
||||||||||||
|
Definition at line 155 of file test_recparticles.cxx. References define_keys, and demo_keys(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 65 of file test_recparticles.cxx. |
|
|
Definition at line 66 of file test_recparticles.cxx. |
1.3