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/BulletDebugDrawer.h

    r10191 r10193  
    3838            virtual int getDebugMode() const;
    3939
     40            void configure(bool bFill, float fillAlpha);
     41
    4042        protected:
    4143            bool frameStarted(const Ogre::FrameEvent& evt);
     
    5153            };
    5254
    53             DebugDrawer* drawer;
     55            bool bFill_;
     56            DebugDrawer* drawer_;
     57
    5458            DebugDrawModes mDebugMode;
    5559            std::vector<ContactPoint>* mContactPoints;
Note: See TracChangeset for help on using the changeset viewer.