Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 29, 2007, 12:41:03 AM (17 years ago)
Author:
stefalie
Message:

blink: blinki moutni works

File:
1 edited

Legend:

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

    r10445 r10470  
    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; }
Note: See TracChangeset for help on using the changeset viewer.