move the model to the center,

clean up variables,
use delete[]
This commit is contained in:
Anakin
2016-12-01 19:51:11 +01:00
parent 1c0ed61b34
commit a47eefe92e
4 changed files with 24 additions and 9 deletions

View File

@@ -71,5 +71,5 @@ private:
public:
std::vector<Modl*>* getModels() const;
std::vector<std::string> getTextureList() const;
Bbox getBoundgBox() const;
};

View File

@@ -72,6 +72,7 @@ private:
// data
std::vector<Modl*>* vModels = NULL;
std::vector<textureData*> vTextures;
Bbox sceneBoundingBox;
// transformation =========================
//values