2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:47:43 +00:00

Implement CScriptActorKeyframe

This commit is contained in:
2018-05-14 14:44:09 -07:00
parent e7c3942754
commit 0c49c8ea9e
13 changed files with 148 additions and 34 deletions

View File

@@ -23,6 +23,7 @@ class IGenDescription;
class CGenDescription;
class CParticleSwoosh;
class CParticleElectric;
class CActorLights;
class CElementGen : public CParticleGen
{
@@ -203,13 +204,13 @@ public:
void SetCEXTValue(int i, float v) { x9c_cextValues[i] = v; }
bool InternalUpdate(double);
void RenderModels();
void RenderModels(const CActorLights* actLights);
void RenderLines();
void RenderParticles();
void RenderParticlesIndirectTexture();
bool Update(double);
void Render();
void Render(const CActorLights* = nullptr);
void SetOrientation(const zeus::CTransform&);
void SetTranslation(const zeus::CVector3f&);
void SetGlobalOrientation(const zeus::CTransform&);