Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10510 in orxonox.OLD


Ignore:
Timestamp:
Jan 30, 2007, 6:10:00 PM (17 years ago)
Author:
stefalie
Message:

evil flower?

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

Legend:

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

    r10317 r10510  
    3030CREATE_FACTORY(ModelParticles);
    3131
    32 SHELL_COMMAND(texture, ModelParticles, setMaterialTexture)
    33 ->defaultValues("textures/evil-flower.png");
     32SHELL_COMMAND(texture, ModelParticles, setMaterialTexture);
     33//->defaultValues("textures/evil-flower.png");
    3434
    3535
  • trunk/src/world_entities/particles/sprite_particles.cc

    r10317 r10510  
    2929CREATE_FACTORY(SpriteParticles);
    3030
    31 SHELL_COMMAND(texture, SpriteParticles, setMaterialTexture)
    32     ->defaultValues("textures/evil-flower.png");
     31SHELL_COMMAND(texture, SpriteParticles, setMaterialTexture);
     32//    ->defaultValues("textures/evil-flower.png");
    3333
    3434
Note: See TracChangeset for help on using the changeset viewer.