Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10317 in orxonox.OLD for trunk/src/world_entities/particles


Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (18 years ago)
Author:
patrick
Message:

merged branche data-fix back to trunk. this breaks compatibility with the old data/trunk data repository! be sure to update your data trunk

Location:
trunk/src/world_entities/particles
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/particles/dot_particles.cc

    r10114 r10317  
    6464  this->registerObject(this, DotParticles::_objectList);
    6565
    66   this->material.setDiffuseMap("maps/radial-trans-noise.png");
     66  this->material.setDiffuseMap("textures/radial-trans-noise.png");
    6767}
    6868
  • trunk/src/world_entities/particles/model_particles.cc

    r10114 r10317  
    3131
    3232SHELL_COMMAND(texture, ModelParticles, setMaterialTexture)
    33 ->defaultValues("maps/evil-flower.png");
     33->defaultValues("textures/evil-flower.png");
    3434
    3535
     
    7070  this->registerObject(this, ModelParticles::_objectList);
    7171
    72   this->material.setDiffuseMap("maps/radial-trans-noise.png");
     72  this->material.setDiffuseMap("textures/radial-trans-noise.png");
    7373}
    7474
  • trunk/src/world_entities/particles/sprite_particles.cc

    r10114 r10317  
    3030
    3131SHELL_COMMAND(texture, SpriteParticles, setMaterialTexture)
    32     ->defaultValues("maps/evil-flower.png");
     32    ->defaultValues("textures/evil-flower.png");
    3333
    3434
     
    6969  this->registerObject(this, SpriteParticles::_objectList);
    7070
    71   this->material.setDiffuseMap("maps/radial-trans-noise.png");
     71  this->material.setDiffuseMap("textures/radial-trans-noise.png");
    7272}
    7373
Note: See TracChangeset for help on using the changeset viewer.