Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 11, 2015, 10:06:04 PM (9 years ago)
Author:
landauf
Message:

details, made debug drawer more configurable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/tools/DebugDrawer.h

    r10191 r10193  
    4343            void drawSphere(const Ogre::Vector3& centre, const Ogre::Quaternion& rotation, float radius, const Ogre::ColourValue& colour, bool isFilled = false);
    4444            void drawTetrahedron(const Ogre::Vector3& centre, float scale, const Ogre::ColourValue& colour, bool isFilled = false);
     45
     46            void setFillAlpha(float alpha)
     47            {
     48                fillAlpha = alpha;
     49            }
    4550
    4651            bool getEnabled()
Note: See TracChangeset for help on using the changeset viewer.