Refactored Math::Vector in convert_model tool

dev
Tomasz Kapuściński 2022-01-04 00:03:57 +01:00
parent 1a7ffa693b
commit d6d74f200b
1 changed files with 2 additions and 2 deletions

View File

@ -169,8 +169,8 @@ void DumpInfo(const CModel& model)
return;
}
Math::Vector bboxMin( Math::HUGE_NUM, Math::HUGE_NUM, Math::HUGE_NUM);
Math::Vector bboxMax(-Math::HUGE_NUM, -Math::HUGE_NUM, -Math::HUGE_NUM);
glm::vec3 bboxMin( Math::HUGE_NUM, Math::HUGE_NUM, Math::HUGE_NUM);
glm::vec3 bboxMax(-Math::HUGE_NUM, -Math::HUGE_NUM, -Math::HUGE_NUM);
std::map<std::string, int> texs1, texs2;
std::map<int, int> states;