40 #ifndef _physicsmanagerconstructioninfo_h
41 #define _physicsmanagerconstructioninfo_h
63 PCF_SoftRigidWorld = 1,
64 PCF_LimitlessWorld = 2,
86 GeographyLowerBounds(
Vector3()),
87 GeographyUpperBounds(
Vector3()),
ManagerConstructionInfo & operator=(const ManagerConstructionInfo &Other)
Assignment Operator.
ManagerConstructionFlags
This is an enum used by the physics manager to determine what internal classes should be used when cr...
Vector3 GeographyLowerBounds
The lower limits of the worlds AABB.
~ManagerConstructionInfo()
Class destructor.
All the definitions for datatypes as well as some basic conversion functions are defined here...
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...
This is used to represent a point in space, or a vector through space.
Whole PhysicsFlags
The flags to initialize the physics system with.
The bulk of the engine components go in this namspace.
unsigned long Whole
Whole is an unsigned integer, it will be at least 32bits in size.
Vector3 GeographyUpperBounds
The upper limits of the worlds AABB.
This is a helper class storing information needed for the construction of a PhysicsManager.
ManagerConstructionInfo()
Class constructor.