Removed AxisAlignedBox (Replaced by BoundingBox)
Former-commit-id: 931dd6710caf49aeaede51efe209d714f080c44b
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <Nazara/Prerequesites.hpp>
|
||||
#include <Nazara/Core/InputStream.hpp>
|
||||
#include <Nazara/Math/AxisAlignedBox.hpp>
|
||||
#include <Nazara/Math/Cube.hpp>
|
||||
#include <Nazara/Math/Quaternion.hpp>
|
||||
#include <Nazara/Math/Vector3.hpp>
|
||||
#include <Nazara/Utility/Animation.hpp>
|
||||
@@ -34,7 +34,7 @@ class NzMD5AnimParser
|
||||
};
|
||||
|
||||
std::vector<Joint> joints;
|
||||
NzAxisAlignedBoxf aabb;
|
||||
NzCubef aabb;
|
||||
};
|
||||
|
||||
struct Joint
|
||||
|
||||
Reference in New Issue
Block a user