Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4574 in orxonox.OLD for orxonox/trunk/src/lib/coord/p_node.h


Ignore:
Timestamp:
Jun 10, 2005, 1:50:37 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: PNode debug info much better now (recursive)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/p_node.h

    r4571 r4574  
    3232template<class T> class tList;
    3333
    34 //! enumeration for the different translation-binding-types
    35 //typedef enum parentingMode {PNODE_LOCAL_ROTATE, PNODE_ROTATE_MOVEMENT, PNODE_ALL, PNODE_MOVEMENT, PNODE_ROTATE_AND_MOVE};
    3634// linkage modes
    3735#define PNODE_LOCAL_ROTATE       1    //!< Rotates all the children around their centers.
     
    9492  void update (float dt);
    9593
    96   void debug (unsigned int depth = 1) const;
     94  void debug (unsigned int depth = 1, unsigned int level = 0) const;
    9795  void debugDraw(float size = 1.0) const;
    9896
Note: See TracChangeset for help on using the changeset viewer.