taoWorld Class Reference
[Dynamics]
container class to hold dynamics groups.
A world is a container object for dynamics groups that, in turn, are container objects themselves holding dynamics characters, particle systems,
More...
#include <taoWorld.h>
Collaboration diagram for taoWorld:
[legend]List of all members.
Detailed Description
container class to hold dynamics groups.
A world is a container object for dynamics groups that, in turn, are container objects themselves holding dynamics characters, particle systems,
- Remarks:
- There is only one world.
Constructor & Destructor Documentation
taoWorld::taoWorld |
( |
|
) |
[inline] |
|
Member Function Documentation
void taoWorld::control |
( |
const deFloat |
time |
) |
|
|
taoGroup* taoWorld::getGroupList |
( |
|
) |
[inline] |
|
void taoWorld::simulate |
( |
const deFloat |
dt |
) |
|
|
|
- Remarks:
- this can be replaced by following 3 individual call.
control(), simulate(), updateTransformation()
- time control desired goal achieving time. this value is used to compute the goal frames. Also, this value should be greater than the last control time, taoControl::time() and less than equal to the current goal time set by taoControl::setGoalPosition().
- dt integration time step. notice that this value is independent to time.
- n number of iteration of the loop if necessary
|
void taoWorld::updateTransformation |
( |
|
) |
|
|
The documentation for this class was generated from the following files:
Generated on Sun Apr 9 22:12:46 2006 for TAO by
1.4.6-NO