Update the root in the scene graph sense.
| 97 | |
| 98 | // Update the root in the scene graph sense. |
| 99 | inline void Update(double applicationTime = 0.0) |
| 100 | { |
| 101 | mRoot->Update(applicationTime); |
| 102 | } |
| 103 | |
| 104 | // Set the initial point of the track object. The current track |
| 105 | // object orientation is recorded. |
no outgoing calls
no test coverage detected