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

Several initial CParticleSwoosh implementations

This commit is contained in:
Jack Andersen
2017-06-03 18:54:47 -10:00
parent 6da6e37d42
commit ca9170bc88
7 changed files with 358 additions and 35 deletions

View File

@@ -79,7 +79,7 @@ public:
CParticleElectric(const TToken<CElectricDescription>& desc);
void SetupLineGXMaterial();
void Update(double);
bool Update(double);
void RenderLines();
void RenderSwooshes();
void Render();