Go to the source code of this file.
Functions | |
void | light_rays_init (EffectInstance *effect) |
void | light_rays_update (EffectInstance *effect) |
void | light_rays_render (EffectInstance *effect) |
void | light_rays_appendGfx (void *effect) |
void | func_E006A000 (LightRaysFXData *part, s32 beamIdx) |
void | func_E006A0BC (LightRaysFXData *part, s32 beamIdx) |
void | light_rays_main (s32 type, f32 posX, f32 posY, f32 posZ, f32 scale, EffectInstance **outEffect) |
void | func_E006A464 (LightRaysFXData *part) |
void | func_E006A85C (LightRaysFXData *part) |
Variables | |
Gfx | D_090000B0_36E040 [] |
Gfx | D_09000110_36E0A0 [] |
Gfx | D_09000130_36E0C0 [] |
Gfx | D_090001D8_36E168 [] |
Gfx * | D_E006ADF0 [] |
Gfx * | D_E006AE00 [] |
s32 | D_E006AE10 [] |
void light_rays_init | ( | EffectInstance * | effect | ) |
void light_rays_update | ( | EffectInstance * | effect | ) |
Definition at line 185 of file light_rays.c.
Referenced by light_rays_main().
void light_rays_render | ( | EffectInstance * | effect | ) |
Definition at line 257 of file light_rays.c.
Referenced by light_rays_main().
void light_rays_appendGfx | ( | void * | effect | ) |
Definition at line 280 of file light_rays.c.
Referenced by light_rays_render().
void func_E006A000 | ( | LightRaysFXData * | part, |
s32 | beamIdx ) |
Definition at line 41 of file light_rays.c.
Referenced by light_rays_main(), and light_rays_update().
void func_E006A0BC | ( | LightRaysFXData * | part, |
s32 | beamIdx ) |
Definition at line 57 of file light_rays.c.
Referenced by light_rays_main(), and light_rays_update().
void light_rays_main | ( | s32 | type, |
f32 | posX, | ||
f32 | posY, | ||
f32 | posZ, | ||
f32 | scale, | ||
EffectInstance ** | outEffect ) |
Definition at line 80 of file light_rays.c.
void func_E006A464 | ( | LightRaysFXData * | part | ) |
Definition at line 151 of file light_rays.c.
Referenced by light_rays_update().
void func_E006A85C | ( | LightRaysFXData * | part | ) |
Definition at line 270 of file light_rays.c.
Referenced by light_rays_appendGfx().
|
extern |
|
extern |
|
extern |
|
extern |
Gfx* D_E006ADF0[] |
Definition at line 9 of file light_rays.c.
Referenced by light_rays_appendGfx().
Gfx* D_E006AE00[] |
Definition at line 13 of file light_rays.c.
Referenced by light_rays_appendGfx().
s32 D_E006AE10[] |
Definition at line 17 of file light_rays.c.
Referenced by func_E006A0BC().