sm64pc/actors/impact_ring/model.inc.c

68 lines
2.9 KiB
C
Raw Permalink Normal View History

2019-11-03 19:36:27 +00:00
// Impact Ring
// 0x0601C9D0
static const Vtx impact_ring_seg6_vertex_0601C9D0[] = {
{{{ 0, 0, -5}, 0, { 992, 0}, {0xff, 0xff, 0xff, 0xff}}},
{{{ -5, 0, 5}, 0, { 0, 2016}, {0xff, 0xff, 0xff, 0xff}}},
{{{ 0, 0, 5}, 0, { 992, 2016}, {0xff, 0xff, 0xff, 0xff}}},
{{{ -5, 0, -5}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}},
};
// 0x0601CA10
static const Vtx impact_ring_seg6_vertex_0601CA10[] = {
{{{ 5, 0, -5}, 0, { 992, 0}, {0xff, 0xff, 0xff, 0xff}}},
{{{ 0, 0, 5}, 0, { 0, 2016}, {0xff, 0xff, 0xff, 0xff}}},
{{{ 5, 0, 5}, 0, { 992, 2016}, {0xff, 0xff, 0xff, 0xff}}},
{{{ 0, 0, -5}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xff}}},
};
// 0x0601CA50
ALIGNED8 static const u8 impact_ring_seg6_texture_0601CA50[] = {
#include "actors/impact_ring/impact_ring_left_side.ia16.inc.c"
};
// 0x0601DA50
ALIGNED8 static const u8 impact_ring_seg6_texture_0601DA50[] = {
#include "actors/impact_ring/impact_ring_right_side.ia16.inc.c"
};
// 0x0601EA50 - 0x0601EA88
const Gfx impact_ring_seg6_dl_0601EA50[] = {
gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, impact_ring_seg6_texture_0601CA50),
gsDPLoadSync(),
gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)),
gsSPVertex(impact_ring_seg6_vertex_0601C9D0, 4, 0),
gsSP2Triangles( 0, 1, 2, 0x0, 0, 3, 1, 0x0),
gsSPEndDisplayList(),
};
// 0x0601EA88 - 0x0601EAC0
const Gfx impact_ring_seg6_dl_0601EA88[] = {
gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, impact_ring_seg6_texture_0601DA50),
gsDPLoadSync(),
gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 64 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)),
gsSPVertex(impact_ring_seg6_vertex_0601CA10, 4, 0),
gsSP2Triangles( 0, 1, 2, 0x0, 0, 3, 1, 0x0),
gsSPEndDisplayList(),
};
// 0x0601EAC0 - 0x0601EB40
const Gfx impact_ring_seg6_dl_0601EAC0[] = {
gsDPPipeSync(),
2019-12-02 02:52:53 +00:00
gsDPSetCombineMode(G_CC_MODULATEIFADEA, G_CC_MODULATEIFADEA),
2019-11-03 19:36:27 +00:00
gsSPClearGeometryMode(G_LIGHTING | G_CULL_BACK),
gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD, G_TX_WRAP | G_TX_NOMIRROR, G_TX_NOMASK, G_TX_NOLOD),
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON),
gsDPTileSync(),
gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 6, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD),
gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (64 - 1) << G_TEXTURE_IMAGE_FRAC),
gsSPDisplayList(impact_ring_seg6_dl_0601EA50),
gsSPDisplayList(impact_ring_seg6_dl_0601EA88),
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_OFF),
gsDPPipeSync(),
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
gsSPSetGeometryMode(G_LIGHTING | G_CULL_BACK),
gsDPSetEnvColor(255, 255, 255, 255),
gsSPEndDisplayList(),
};