Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 26, 2010, 10:38:57 PM (15 years ago)
Author:
dafrick
Message:

Reverting changes to Billboard. Apparently Ogre 1.4 doesn't support rotations, so this is out for now…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/graphics/Billboard.h

    r7491 r7492  
    6262                { return this->colour_; }
    6363
     64/*
    6465            inline void setRotation(const Radian& rotation)
    6566                { this->rotation_ = rotation; this->changedRotation(); }
    6667            inline const Radian& getRotation() const
    6768                { return this->rotation_; }
     69*/
    6870
    6971            virtual void setTeamColour(const ColourValue& colour)
     
    7981            void registerVariables();
    8082            void changedMaterial();
    81             void changedRotation();
     83            //void changedRotation();
    8284
    8385            BillboardSet billboard_;
    8486            std::string material_;
    8587            ColourValue colour_;
    86             Radian rotation_;
     88            //Radian rotation_;
    8789    };
    8890}
Note: See TracChangeset for help on using the changeset viewer.