Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 28, 2007, 1:29:11 AM (18 years ago)
Author:
stefalie
Message:

blink: cleanup

File:
1 edited

Legend:

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

    r10425 r10427  
    2828    void setOmega(float w) { this->omega = w; }
    2929    void setColor(float r, float g, float b) { this->color = Color(r/255, g/255, b/255); }
    30     //void setTexture(const std::string& textureFile);
    3130
    3231    virtual void tick(float dt);
     
    3433
    3534  private:
    36     //Material*         material;
    3735    Billboard*        bBoard;
    3836    Vector            position;
Note: See TracChangeset for help on using the changeset viewer.