Implemented KRModel::setLightMap

Implemented KRModel::getLightMap
Corrected logging bugs and crashes during fbx import pipeline

--HG--
branch : nfb
This commit is contained in:
2013-12-14 18:02:01 -08:00
parent c602b12f04
commit 99b9716992
3 changed files with 18 additions and 4 deletions

View File

@@ -66,6 +66,9 @@ public:
KRVector3 getRimColor();
float getRimPower();
void setLightMap(const std::string &name);
std::string getLightMap();
private:
std::vector<KRMesh *> m_models;
unordered_map<KRMesh *, std::vector<KRBone *> > m_bones; // Outer std::map connects model to set of bones