sm64pc/actors/water_wave/model.inc.c

88 lines
3.1 KiB
C
Raw Normal View History

2019-11-03 19:36:27 +00:00
// Water Waves
// 0x04025318
2020-03-02 03:42:52 +00:00
static const Vtx water_wave_seg4_vertex_04025318[] = {
2019-11-03 19:36:27 +00:00
{{{ -64, 0, 64}, 0, { 0, 0}, {0xff, 0xff, 0xff, 0xc8}}},
{{{ 64, 0, 64}, 0, { 992, 0}, {0xff, 0xff, 0xff, 0xc8}}},
{{{ 64, 0, -64}, 0, { 992, 992}, {0xff, 0xff, 0xff, 0xc8}}},
{{{ -64, 0, -64}, 0, { 0, 992}, {0xff, 0xff, 0xff, 0xc8}}},
};
// 0x04025358
2020-03-02 03:42:52 +00:00
ALIGNED8 static const u8 water_wave_seg4_texture_04025358[] = {
#include "actors/water_wave/water_wave_0.ia16.inc.c"
2019-11-03 19:36:27 +00:00
};
// 0x04025B58
2020-03-02 03:42:52 +00:00
ALIGNED8 static const u8 water_wave_seg4_texture_04025B58[] = {
#include "actors/water_wave/water_wave_1.ia16.inc.c"
2019-11-03 19:36:27 +00:00
};
// 0x04026358
2020-03-02 03:42:52 +00:00
ALIGNED8 static const u8 water_wave_seg4_texture_04026358[] = {
#include "actors/water_wave/water_wave_2.ia16.inc.c"
2019-11-03 19:36:27 +00:00
};
// 0x04026B58
2020-03-02 03:42:52 +00:00
ALIGNED8 static const u8 water_wave_seg4_texture_04026B58[] = {
#include "actors/water_wave/water_wave_3.ia16.inc.c"
2019-11-03 19:36:27 +00:00
};
// 0x04027358 - 0x040273A0
2020-03-02 03:42:52 +00:00
const Gfx water_wave_seg4_dl_04027358[] = {
2019-11-03 19:36:27 +00:00
gsSPClearGeometryMode(G_LIGHTING),
gsDPSetCombineMode(G_CC_MODULATEIA, G_CC_MODULATEIA),
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON),
gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 0, 0, G_TX_LOADTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD),
gsDPLoadSync(),
gsDPLoadBlock(G_TX_LOADTILE, 0, 0, 32 * 32 - 1, CALC_DXT(32, G_IM_SIZ_16b_BYTES)),
gsDPSetTile(G_IM_FMT_IA, G_IM_SIZ_16b, 8, 0, G_TX_RENDERTILE, 0, G_TX_CLAMP, 5, G_TX_NOLOD, G_TX_CLAMP, 5, G_TX_NOLOD),
gsDPSetTileSize(0, 0, 0, (32 - 1) << G_TEXTURE_IMAGE_FRAC, (32 - 1) << G_TEXTURE_IMAGE_FRAC),
gsSPEndDisplayList(),
};
// 0x040273A0 - 0x040273D8
2020-03-02 03:42:52 +00:00
const Gfx water_wave_seg4_dl_040273A0[] = {
2019-11-03 19:36:27 +00:00
gsSP2Triangles( 0, 1, 2, 0x0, 0, 2, 3, 0x0),
gsDPPipeSync(),
gsSPTexture(0x0001, 0x0001, 0, G_TX_RENDERTILE, G_OFF),
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
gsSPSetGeometryMode(G_LIGHTING),
gsSPEndDisplayList(),
};
// 0x040273D8 - 0x040273F0
2020-03-02 03:42:52 +00:00
const Gfx water_wave_seg4_dl_040273D8[] = {
gsSPDisplayList(water_wave_seg4_dl_04027358),
gsSPVertex(water_wave_seg4_vertex_04025318, 4, 0),
gsSPBranchList(water_wave_seg4_dl_040273A0),
2019-11-03 19:36:27 +00:00
};
// 0x040273F0 - 0x04027408
2020-03-02 03:42:52 +00:00
const Gfx water_wave_seg4_dl_040273F0[] = {
2019-11-03 19:36:27 +00:00
gsDPPipeSync(),
2020-03-02 03:42:52 +00:00
gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, water_wave_seg4_texture_04025358),
gsSPBranchList(water_wave_seg4_dl_040273D8),
2019-11-03 19:36:27 +00:00
};
// 0x04027408 - 0x04027420
2020-03-02 03:42:52 +00:00
const Gfx water_wave_seg4_dl_04027408[] = {
2019-11-03 19:36:27 +00:00
gsDPPipeSync(),
2020-03-02 03:42:52 +00:00
gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, water_wave_seg4_texture_04025B58),
gsSPBranchList(water_wave_seg4_dl_040273D8),
2019-11-03 19:36:27 +00:00
};
// 0x04027420 - 0x04027438
2020-03-02 03:42:52 +00:00
const Gfx water_wave_seg4_dl_04027420[] = {
2019-11-03 19:36:27 +00:00
gsDPPipeSync(),
2020-03-02 03:42:52 +00:00
gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, water_wave_seg4_texture_04026358),
gsSPBranchList(water_wave_seg4_dl_040273D8),
2019-11-03 19:36:27 +00:00
};
// 0x04027438 - 0x04027450
2020-03-02 03:42:52 +00:00
const Gfx water_wave_seg4_dl_04027438[] = {
2019-11-03 19:36:27 +00:00
gsDPPipeSync(),
2020-03-02 03:42:52 +00:00
gsDPSetTextureImage(G_IM_FMT_IA, G_IM_SIZ_16b, 1, water_wave_seg4_texture_04026B58),
gsSPBranchList(water_wave_seg4_dl_040273D8),
2019-11-03 19:36:27 +00:00
};