OgreRefApp::World Member List
This is the complete list of members for
OgreRefApp::World, including all inherited members.
_applyCollision(void) | OgreRefApp::World | |
_applyDynamics(Real timeElapsed) | OgreRefApp::World | |
_notifyDynamicsStateForObject(ApplicationObject *obj, bool dynamicsEnabled) | OgreRefApp::World | |
clear(void) | OgreRefApp::World | |
createBall(const String &name, Real radius, const Vector3 &pos=Vector3::ZERO, const Quaternion &orientation=Quaternion::IDENTITY) | OgreRefApp::World | |
createBox(const String &name, Real width, Real height, Real depth, const Vector3 &pos=Vector3::ZERO, const Quaternion &orientation=Quaternion::IDENTITY) | OgreRefApp::World | |
createCamera(const String &name, const Vector3 &pos=Vector3::ZERO, const Quaternion &orientation=Quaternion::IDENTITY) | OgreRefApp::World | |
createCharacter(const String &name, const String &_meshName, const Vector3 &pos=Vector3::ZERO, const Quaternion &orientation=Quaternion::IDENTITY) | OgreRefApp::World | |
createJoint(const String &name, Joint::JointType jtype, ApplicationObject *obj1, ApplicationObject *obj2) | OgreRefApp::World | |
createNPC(const String &name, const String &_meshName, const Vector3 &pos=Vector3::ZERO, const Quaternion &orientation=Quaternion::IDENTITY) | OgreRefApp::World | |
createOgreHead(const String &name, const Vector3 &pos=Vector3::ZERO, const Quaternion &orientation=Quaternion::IDENTITY) | OgreRefApp::World | |
createPlane(const String &name, Real width, Real height, const Vector3 &pos=Vector3::ZERO, const Quaternion &orientation=Quaternion::IDENTITY) | OgreRefApp::World | |
getGravity(void) | OgreRefApp::World | |
getSceneManager(void) | OgreRefApp::World | |
getSimulationStepSize(void) | OgreRefApp::World | |
getSingleton(void) | OgreRefApp::World | [static] |
getSingletonPtr(void) | OgreRefApp::World | [static] |
mDynamicsObjects | OgreRefApp::World | [protected] |
mObjects | OgreRefApp::World | [protected] |
mOdeContactGroup | OgreRefApp::World | [protected] |
mSceneMgr | OgreRefApp::World | [protected] |
mSimulationStepSize | OgreRefApp::World | [protected] |
mWorldType | OgreRefApp::World | [protected] |
setGravity(const Vector3 &vec) | OgreRefApp::World | |
setSimulationStepSize(Real step) | OgreRefApp::World | |
simulationStep(Real timeElapsed) | OgreRefApp::World | |
World(SceneManager *sceneMgr, WorldType worldType=WT_REFAPP_GENERIC) | OgreRefApp::World | |
WorldType enum name | OgreRefApp::World | |