Moved AxisAlignedBox to mathematic module
Former-commit-id: 2cb5b151941a431b5c12457f0decf7b39195052d
This commit is contained in:
@@ -338,7 +338,7 @@ bool NzMD5AnimParser::ParseBounds()
|
||||
return false;
|
||||
}
|
||||
|
||||
m_frames[i].aabb.SetExtends(min, max);
|
||||
m_frames[i].aabb.Set(min, max);
|
||||
}
|
||||
|
||||
if (!Advance())
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
|
||||
#include <Nazara/Prerequesites.hpp>
|
||||
#include <Nazara/Core/InputStream.hpp>
|
||||
#include <Nazara/Math/AxisAlignedBox.hpp>
|
||||
#include <Nazara/Math/Quaternion.hpp>
|
||||
#include <Nazara/Math/Vector3.hpp>
|
||||
#include <Nazara/Utility/Animation.hpp>
|
||||
#include <Nazara/Utility/AxisAlignedBox.hpp>
|
||||
#include <vector>
|
||||
|
||||
class NzMD5AnimParser
|
||||
@@ -34,7 +34,7 @@ class NzMD5AnimParser
|
||||
};
|
||||
|
||||
std::vector<Joint> joints;
|
||||
NzAxisAlignedBox aabb;
|
||||
NzAxisAlignedBoxf aabb;
|
||||
};
|
||||
|
||||
struct Joint
|
||||
|
||||
Reference in New Issue
Block a user