OpenMW
|
#include "physicssystem.hpp"
#include <stdexcept>
#include <OgreRoot.h>
#include <OgreRenderWindow.h>
#include <OgreSceneManager.h>
#include <OgreViewport.h>
#include <OgreCamera.h>
#include <OgreTextureManager.h>
#include <openengine/bullet/trace.h>
#include <openengine/bullet/physic.hpp>
#include <openengine/ogre/renderer.hpp>
#include <components/nifbullet/bulletnifloader.hpp>
#include "../mwbase/world.hpp"
#include "../mwbase/environment.hpp"
#include "../mwmechanics/creaturestats.hpp"
#include <components/esm/loadgmst.hpp>
#include "../mwworld/esmstore.hpp"
#include "ptr.hpp"
#include "class.hpp"
Classes | |
class | MWWorld::MovementSolver |
Namespaces | |
namespace | MWWorld |
World data. | |
Variables | |
static const float | MWWorld::sMaxSlope = 60.0f |
static const float | MWWorld::sStepSize = 32.0f |
static const int | MWWorld::sMaxIterations = 8 |