#include <tgWorld.h>
|
| Config (double g=9.81, double ws=1000) |
|
World configuration information used by tgWorld constructors. This is Plain Old Data.
Definition at line 45 of file tgWorld.h.
double tgWorld::Config::gravity |
Gravitational acceleration. The units are application depenent. Whether negative values are accepted is application dependent.
Definition at line 53 of file tgWorld.h.
double tgWorld::Config::worldSize |
Size of the world for broadphase collision detection. Indicates the length of one side of the detection cube. Must be positive.
Definition at line 58 of file tgWorld.h.
The documentation for this struct was generated from the following files: