Implemented notification system needed for occlusion culling and transparency sorting

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4072
This commit is contained in:
kearwood
2012-08-17 01:04:49 +00:00
parent 3b2d71221a
commit 5768902ee2
46 changed files with 328 additions and 106 deletions

View File

@@ -33,6 +33,7 @@
#define KRENGINE_KRSCENEMANAGER_H
#import "KREngine-common.h"
#import "KRContextObject.h"
class KRScene;
@@ -41,10 +42,10 @@ class KRScene;
using std::map;
class KRSceneManager {
class KRSceneManager : public KRContextObject {
public:
KRSceneManager();
~KRSceneManager();
KRSceneManager(KRContext &context);
virtual ~KRSceneManager();
KRScene *loadScene(const char *szName, const char *szPath);