Changeset 6822 in orxonox.OLD for trunk/src/world_entities/projectiles/hyperblast.cc
- Timestamp:
- Jan 29, 2006, 1:57:03 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/hyperblast.cc
r6821 r6822 23 23 #include "class_list.h" 24 24 25 #include " particle_emitter.h"25 #include "dot_emitter.h" 26 26 #include "sprite_particles.h" 27 27 #include "spark_particles.h" … … 47 47 this->size = 4.0; 48 48 49 this->emitter = new ParticleEmitter(Vector(0,1,0), M_2_PI, 100, 5); 50 this->emitter->setType( EMITTER_CUBE ); 51 this->emitter->setSize(10); 49 this->emitter = new DotEmitter(Vector(0,1,0), M_2_PI, 100, 5); 52 50 this->emitter->setParent(this); 53 51 this->emitter->setSpread(M_PI, M_PI);
Note: See TracChangeset
for help on using the changeset viewer.