mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 13:07:43 +00:00
CHierarchyPoseBuilder imps
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "CParticleDatabase.hpp"
|
||||
#include "CPoseAsTransforms.hpp"
|
||||
#include "CHierarchyPoseBuilder.hpp"
|
||||
#include "optional.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
@@ -19,23 +18,6 @@ class CTransitionManager;
|
||||
class CCharacterFactory;
|
||||
class IMetaAnim;
|
||||
|
||||
class CLayoutDescription
|
||||
{
|
||||
public:
|
||||
class CScaledLayoutDescription
|
||||
{
|
||||
TLockedToken<CCharLayoutInfo> x0_layoutToken;
|
||||
float xc_scale;
|
||||
std::experimental::optional<zeus::CVector3f> x10_scaleVec;
|
||||
};
|
||||
private:
|
||||
TLockedToken<CCharLayoutInfo> x0_layoutToken;
|
||||
std::experimental::optional<CScaledLayoutDescription> xc_scaled;
|
||||
public:
|
||||
CLayoutDescription(const TLockedToken<CCharLayoutInfo>& token)
|
||||
: x0_layoutToken(token) {}
|
||||
};
|
||||
|
||||
class CAnimData
|
||||
{
|
||||
TLockedToken<CCharacterFactory> x0_charFactory;
|
||||
|
||||
Reference in New Issue
Block a user