Commit current work
This commit is contained in:
committed by
Jérôme Leclercq
parent
a7ab2fbaf4
commit
b8ea79c40e
@@ -13,6 +13,8 @@
|
||||
#include <Nazara/Core/ResourceLoader.hpp>
|
||||
#include <Nazara/Core/ResourceManager.hpp>
|
||||
#include <Nazara/Core/ResourceParameters.hpp>
|
||||
#include <Nazara/Math/Quaternion.hpp>
|
||||
#include <Nazara/Math/Vector3.hpp>
|
||||
#include <Nazara/Utility/Config.hpp>
|
||||
#include <Nazara/Utility/Enums.hpp>
|
||||
#include <Nazara/Utils/MovablePtr.hpp>
|
||||
@@ -32,6 +34,13 @@ namespace Nz
|
||||
// Reference skeleton
|
||||
const Skeleton* skeleton = nullptr;
|
||||
|
||||
// Transform joints by these transformations
|
||||
Vector3f jointOffset = Vector3f::Zero();
|
||||
|
||||
Quaternionf jointRotation = Quaternionf::Identity();
|
||||
|
||||
Vector3f jointScale = Vector3f::Unit();
|
||||
|
||||
bool IsValid() const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user