Changeset 10186 in orxonox.OLD for branches/data_fix/src/world_entities/particles
- Timestamp:
- Jan 7, 2007, 2:52:30 AM (18 years ago)
- Location:
- branches/data_fix/src/world_entities/particles
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/data_fix/src/world_entities/particles/dot_particles.cc
r10114 r10186 64 64 this->registerObject(this, DotParticles::_objectList); 65 65 66 this->material.setDiffuseMap(" maps/radial-trans-noise.png");66 this->material.setDiffuseMap("textures/radial-trans-noise.png"); 67 67 } 68 68 -
branches/data_fix/src/world_entities/particles/model_particles.cc
r10114 r10186 31 31 32 32 SHELL_COMMAND(texture, ModelParticles, setMaterialTexture) 33 ->defaultValues(" maps/evil-flower.png");33 ->defaultValues("textures/evil-flower.png"); 34 34 35 35 -
branches/data_fix/src/world_entities/particles/sprite_particles.cc
r10114 r10186 30 30 31 31 SHELL_COMMAND(texture, SpriteParticles, setMaterialTexture) 32 ->defaultValues(" maps/evil-flower.png");32 ->defaultValues("textures/evil-flower.png"); 33 33 34 34 … … 69 69 this->registerObject(this, SpriteParticles::_objectList); 70 70 71 this->material.setDiffuseMap(" maps/radial-trans-noise.png");71 this->material.setDiffuseMap("textures/radial-trans-noise.png"); 72 72 } 73 73
Note: See TracChangeset
for help on using the changeset viewer.