mirror planes detection needs work
[laserbrain_demo] / src / metascene.h
index 0417c00..6987f00 100644 (file)
@@ -13,7 +13,8 @@
 struct FlatMirror {
        Plane plane;
        float reflect;
-       //std::vector<Object*> objects;
+       std::vector<Object*> objects;
+       SceneNode *node;
 
        FlatMirror *next;
 };
@@ -32,7 +33,6 @@ public:
        std::map<Scene*, void*> scndata;
 
        FlatMirror *mirrors;
-       int num_mirrors;
        std::map<Object*, FlatMirror*> objmirror;
 
        AudioStream *music;