quick backup of the renderer - things missing
[demo] / src / scene.h
index 1633fd1..483cdd8 100644 (file)
@@ -21,8 +21,6 @@ public:
        std::vector<Mesh *> meshes;
        std::vector<Material *> materials;
        std::vector<Texture *> textures;
-       // std::vector<Light *>lights;
-       // std::vector<Camera *>camera;
        std::vector<Object *> objects;
 
        Scene();