Changeset 6402 in orxonox.OLD for branches/network/src/lib/coord/p_node.cc
- Timestamp:
- Jan 3, 2006, 11:04:50 PM (19 years ago)
- File:
-
- 1 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 /**
Note: See TracChangeset
for help on using the changeset viewer.