Changeset 6402 in orxonox.OLD for branches/network/src/lib/coord
- Timestamp:
- Jan 3, 2006, 11:04:50 PM (19 years ago)
- Location:
- branches/network/src/lib/coord
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/coord/p_node.cc
r6341 r6402 152 152 } 153 153 } 154 155 156 /** 157 * init the pnode to a well definied state 158 * 159 * this function actualy only updates the PNode tree 160 */ 161 void PNode::init() 162 { 163 /* just update all aboslute positions via timestep 0.001ms */ 164 this->updateNode(0.001f); 165 this->updateNode(0.001f); 166 } 167 154 168 155 169 /** -
branches/network/src/lib/coord/p_node.h
r6341 r6402 78 78 79 79 void loadParams(const TiXmlElement* root); 80 81 void init(); 80 82 81 83 // ACTIVATION //
Note: See TracChangeset
for help on using the changeset viewer.