Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2006, 3:44:38 PM (18 years ago)
Author:
bensch
Message:

moved around the weather effecs

Location:
branches/new_class_id/src/world_entities/particles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/world_entities/particles/dot_particles.cc

    r9716 r9760  
    2222#include "material.h"
    2323#include "state.h"
    24 #include "shell_command.h"
    2524
    2625#include "class_id_DEPRECATED.h"
     
    2827ObjectListDefinitionID(DotParticles, CL_DOT_PARTICLES);
    2928CREATE_FACTORY(DotParticles);
    30 
    31 SHELL_COMMAND(texture, DotParticles, setMaterialTexture)
    32     ->defaultValues("maps/evil-flower.png");
    33 
    3429
    3530
     
    8075{
    8176  ParticleSystem::loadParams(root);
    82 
    83   LoadParam(root, "texture", this, DotParticles, setMaterialTexture);
    8477}
    8578
  • branches/new_class_id/src/world_entities/particles/dot_particles.h

    r9715 r9760  
    2222  virtual void loadParams(const TiXmlElement* root);
    2323
    24   void setMaterialTexture(const std::string& textureFile);
    25 
    2624  /** @returns the Material that lies on this particles */
    2725  inline const Material* getMaterial() const { return &this->material; };
Note: See TracChangeset for help on using the changeset viewer.