Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2008, 6:39:31 PM (17 years ago)
Author:
landauf
Message:

added events but not yet connected with triggers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.h

    r2044 r2063  
    5757                { return this->frequency_; }
    5858
    59             inline void setPhase(float phase)
     59            inline void setPhase(const Degree& phase)
    6060                { this->phase_ = phase; }
    61             inline float getPhase() const
     61            inline const Degree& getPhase() const
    6262                { return this->phase_; }
    6363
     
    6565            float amplitude_;
    6666            float frequency_;
    67             float phase_;
     67            Degree phase_;
    6868            long double time_;
    6969    };
Note: See TracChangeset for help on using the changeset viewer.