Go to the source code of this file.
◆ build_gfx_star()
void N build_gfx_star |
( |
s32 | index | ) |
|
Definition at line 7 of file Snowflakes.inc.c.
7 {
10 s32 numVertices;
11 s32 i;
13
15
16 for (i = 0; i < numVertices; i++) {
20 vtx->v.cn[2] =
temp2 / 0x8000 + 100;
21 vtx->v.cn[1] =
temp2 / 0x8000 + 50;
22
24 vtx->v.cn[0] = vtx->v.cn[0] *
temp3 / 0x10000;
25 }
26
29}
BSS s32 PopupMenu_SelectedIndex
Gfx * mdl_get_copied_gfx(s32 copyIndex)
void mdl_get_copied_vertices(s32 copyIndex, Vtx **firstVertex, Vtx **copiedVertices, s32 *numCopied)