|
Fireworks Engine
v2.0
Lightweight Sandbox Game Engine using OpenGL for additional Customisation and Quick Prototyping
|
A singleton Physics Manager. More...
#include <physicsmanager.h>
Public Attributes | |
| b2Vec2 | Gravity |
| The worlds gravity. More... | |
| b2World * | PhysicsWorld |
| The Physics world object. More... | |
A singleton Physics Manager.
Manages the Physics world and the Physics simulation properties in a global scope.
| b2Vec2 PhysicsManager::Gravity |
The worlds gravity.
| b2World* PhysicsManager::PhysicsWorld |
The Physics world object.