Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2007, 11:48:16 PM (17 years ago)
Author:
nicolasc
Message:

minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vs-enhencements/src/world_entities/effects/billboard.h

    r10635 r10645  
    2626    void colorTexture(const Color col);
    2727
     28    //!< Pulsing Capability, changes size of the grid
    2829    inline void togglePluse () {this->bPulse = !bPulse; };
    2930    inline void setPulse () { this->bPulse = true; };
     
    4950    bool bPulse;
    5051    float pulseMagnitude;
     52    float curMagnitude;
    5153    float angle;
    5254    float angularSpeed;
Note: See TracChangeset for help on using the changeset viewer.