mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Conform CElementGen with retail
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "IOStreams.hpp"
|
||||
#include "RetroTypes.hpp"
|
||||
#include "zeus/CVector3f.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
@@ -34,7 +35,15 @@ public:
|
||||
|
||||
class CAuxiliaryParticleData
|
||||
{
|
||||
u32 x0_duration = 0;
|
||||
SObjectTag x4_particle;
|
||||
zeus::CVector3f xc_translation;
|
||||
float x18_scale = 1.f;
|
||||
public:
|
||||
u32 GetDuration() const { return x0_duration; }
|
||||
const SObjectTag& GetTag() const { return x4_particle; }
|
||||
const zeus::CVector3f& GetTranslation() const { return xc_translation; }
|
||||
float GetScale() const { return x18_scale; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user