Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/levels/wf/areas/1/4/model.inc.c
7862 views
1
// 0x07005568 - 0x07005658
2
static const Vtx wf_seg7_vertex_07005568[] = {
3
{{{ 1270, 2944, -772}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
4
{{{ 1343, 2739, -844}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
5
{{{ 1198, 2739, -699}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
6
{{{ 3594, 1459, 870}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
7
{{{ 3594, 1587, 1126}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
8
{{{ 3594, 1331, 1126}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
9
{{{ 3594, 1459, -511}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
10
{{{ 3594, 1587, -255}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
11
{{{ 3594, 1331, -255}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
12
{{{ -1033, 2944, 512}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
13
{{{ -1033, 2816, 256}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
14
{{{ -1033, 2688, 512}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
15
{{{ -824, 2944, -1017}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
16
{{{ -727, 2816, -1254}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
17
{{{ -824, 2688, -1017}, 0, { 0, 0}, {0xff, 0xff, 0x00, 0x80}}},
18
};
19
20
// 0x07005658 - 0x07005690
21
static const Gfx wf_seg7_dl_07005658[] = {
22
gsSPVertex(wf_seg7_vertex_07005568, 15, 0),
23
gsSP2Triangles( 0, 1, 2, 0x0, 3, 4, 5, 0x0),
24
gsSP2Triangles( 6, 7, 8, 0x0, 9, 10, 11, 0x0),
25
gsSP1Triangle(12, 13, 14, 0x0),
26
gsSPEndDisplayList(),
27
};
28
29
// 0x07005690 - 0x070056C0
30
const Gfx wf_seg7_dl_07005690[] = {
31
gsDPPipeSync(),
32
gsSPClearGeometryMode(G_LIGHTING),
33
gsSPDisplayList(wf_seg7_dl_07005658),
34
gsDPPipeSync(),
35
gsSPSetGeometryMode(G_LIGHTING),
36
gsSPEndDisplayList(),
37
};
38
39