Changeset 5750 in orxonox.OLD for trunk/src/lib/particles
- Timestamp:
- Nov 24, 2005, 12:13:22 AM (19 years ago)
- Location:
- trunk/src/lib/particles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/particles/particle_emitter.cc
r5671 r5750 29 29 30 30 31 CREATE_FACTORY(ParticleEmitter );31 CREATE_FACTORY(ParticleEmitter, CL_PARTICLE_EMITTER); 32 32 33 33 /** -
trunk/src/lib/particles/particle_system.cc
r5671 r5750 32 32 #include "tinyxml.h" 33 33 34 CREATE_FACTORY(ParticleSystem );34 CREATE_FACTORY(ParticleSystem, CL_PARTICLE_SYSTEM); 35 35 SHELL_COMMAND(texture, ParticleSystem, setMaterialTexture) 36 36 ->defaultValues(1, "maps/evil-flower.png");
Note: See TracChangeset
for help on using the changeset viewer.