aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CSceneManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CSceneManager.h')
-rw-r--r--source/Irrlicht/CSceneManager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/Irrlicht/CSceneManager.h b/source/Irrlicht/CSceneManager.h
index 882a704..e7e6ce3 100644
--- a/source/Irrlicht/CSceneManager.h
+++ b/source/Irrlicht/CSceneManager.h
@@ -146,6 +146,9 @@ namespace scene
//! Retrieve the given scene loader
virtual ISceneLoader* getSceneLoader(u32 index) const _IRR_OVERRIDE_;
+ //! Returns a pointer to the scene collision manager.
+ virtual ISceneCollisionManager* getSceneCollisionManager() _IRR_OVERRIDE_;
+
//! Returns a pointer to the mesh manipulator.
virtual IMeshManipulator* getMeshManipulator() _IRR_OVERRIDE_;
@@ -329,6 +332,9 @@ namespace scene
//! cursor control
gui::ICursorControl* CursorControl;
+ //! collision manager
+ ISceneCollisionManager* CollisionManager;
+
//! render pass lists
core::array<ISceneNode*> CameraList;
core::array<ISceneNode*> SkyBoxList;