Changeset 5209 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Sep 20, 2005, 11:22:46 PM (19 years ago)
- Location:
- trunk/src/lib/coord
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.cc
r5119 r5209 108 108 this->bRelDirChanged = true; 109 109 this->parent = parent; 110 this->parentMode = PNODE_PARENT_MODE_DEFAULT; 110 111 111 112 // iterators -
trunk/src/lib/coord/p_node.h
r5113 r5209 46 46 47 47 //! The default mode of the translation-binding. 48 #define DEFAULT_MODEPNODE_ALL48 #define PNODE_PARENT_MODE_DEFAULT PNODE_ALL 49 49 50 50 … … 98 98 99 99 100 void addChild (PNode* child, int parentingMode = DEFAULT_MODE);100 void addChild (PNode* child, int parentingMode = PNODE_PARENT_MODE_DEFAULT); 101 101 void addChild (const char* childName); 102 102 void removeChild (PNode* child);
Note: See TracChangeset
for help on using the changeset viewer.