Changeset 5622 in orxonox.OLD for branches/world_entities/src/lib/particles
- Timestamp:
- Nov 17, 2005, 1:20:48 AM (19 years ago)
- Location:
- branches/world_entities/src/lib/particles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/lib/particles/particle_emitter.cc
r5445 r5622 28 28 29 29 30 CREATE_FACTORY(ParticleEmitter );30 CREATE_FACTORY(ParticleEmitter, CL_PARTICLE_EMITTER); 31 31 32 32 /** -
branches/world_entities/src/lib/particles/particle_system.cc
r5511 r5622 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.