Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2008, 2:44:48 AM (16 years ago)
Author:
landauf
Message:

added two more graphical classes, ParticleEmitter and ParticleSpawner

File:
1 edited

Legend:

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

    r2063 r2065  
    6262                { return this->phase_; }
    6363
     64            inline void setQuadratic(bool bQuadratic)
     65                { this->bQuadratic_ = bQuadratic; }
     66            inline bool isQuadratic() const
     67                { return this->bQuadratic_; }
     68
    6469        private:
    6570            float amplitude_;
    6671            float frequency_;
    6772            Degree phase_;
     73            bool bQuadratic_;
    6874            long double time_;
    6975    };
Note: See TracChangeset for help on using the changeset viewer.