mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Various imps
This commit is contained in:
@@ -38,6 +38,7 @@ struct CAnimRes
|
||||
|
||||
class CModelData
|
||||
{
|
||||
friend class CActor;
|
||||
zeus::CVector3f x0_particleScale;
|
||||
std::unique_ptr<CAnimData> xc_animData;
|
||||
union
|
||||
@@ -101,6 +102,8 @@ public:
|
||||
const CActorLights* lights, const CModelFlags& drawFlags) const;
|
||||
void Render(EWhichModel, const zeus::CTransform& xf,
|
||||
const CActorLights* lights, const CModelFlags& drawFlags) const;
|
||||
|
||||
std::unique_ptr<CAnimData>& AnimationData() { return xc_animData; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user