Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10491 in orxonox.OLD for trunk/src/world_entities/effects/blink.h


Ignore:
Timestamp:
Jan 30, 2007, 1:13:28 AM (17 years ago)
Author:
patrick
Message:

merged blinki branche back to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/effects/blink.h

    r10445 r10491  
    3636    void loadParams(const TiXmlElement* root);
    3737
    38     void setPosition(float x, float y, float z) { this->bBoard->setAbsCoor(x, y, z); }
     38    //void setAbsCoor(const Vector& absCoor) { this->bBoard->setAbsCoor(absCoor); }
     39    //void setAbsCoor(float x, float y, float z) { this->bBoard->setAbsCoor(x, y, z); }
     40    //void setPosition(float x, float y, float z) { this->bBoard->setAbsCoor(x, y, z); }
    3941    void setSize(float s) { this->size = s; this->bBoard->setSize(this->size, this->size); }
    4042    void setPeriod(float t) { this->period = t; }
     
    5658    float             symbolTime;       //! defines how long one symbol of the sequence will be shown in sec
    5759    float             timer;
     60    bool              setCoor;          // this is a really ugly hack
    5861};
    5962
Note: See TracChangeset for help on using the changeset viewer.