Public Types | |
| enum | PhysicsConstructionFlags { PCF_SoftRigidWorld = 1, PCF_LimitlessWorld = 2 } |
This is an enum used by the physics manager to determine what internal classes should be used when creating the world. | |
Public Member Functions | |
| PhysicsConstructionInfo () | |
| Class constructor. | |
| ~PhysicsConstructionInfo () | |
| Class destructor. | |
| PhysicsConstructionInfo & | operator= (const PhysicsConstructionInfo &Other) |
| Assignment Operator. | |
Public Attributes | |
| Whole | EventFilterAge |
| The age a collision contact has to have(number of simulation steps) to generate an event for it. | |
| Real | EventFilterImpulse |
| The amount of force a collision has to have to generate an event for it. | |
| Vector3 | GeographyLowerBounds |
| The lower limits of the worlds AABB. | |
| Vector3 | GeographyUpperBounds |
| The upper limits of the worlds AABB. | |
| Vector3 | Gravity |
| The gravity to set for the world. | |
| Whole | MaxProxies |
| The maximum number of Actors and Area Effects you expect to have in the world at one time. | |
| Whole | PhysicsFlags |
| The flags to initialize the physics system with. | |
Definition at line 88 of file physicsmanager.h.
| PhysicsConstructionInfo & Mezzanine::PhysicsConstructionInfo::operator= | ( | const PhysicsConstructionInfo & | Other | ) |
Assignment Operator.
| Other | The other PhysicsConstructionInfo to be copied. |
Definition at line 410 of file physicsmanager.cpp.
The lower limits of the worlds AABB.
Definition at line 116 of file physicsmanager.h.
The upper limits of the worlds AABB.
Definition at line 119 of file physicsmanager.h.
The maximum number of Actors and Area Effects you expect to have in the world at one time.
Definition at line 122 of file physicsmanager.h.
1.7.3