sm64/shape/enemy2_h/walker/W_eyeR_shape.sou

39 lines
1.4 KiB
Plaintext

/***************************************************************************************************
Convert from NINGEN (W_eyeR)
****************************************************************************************************/
static Vtx vtx_W_eyeR_0[] = {
{ 61/4, 61/4, 0, 0, 990, 0, -1, -1, -1, 255},
{ -60/4, 61/4, 0, 0, 0, 0, -1, -1, -1, 255},
{ -60/4, -60/4, 0, 0, 0, 990, -1, -1, -1, 255},
{ 61/4, -60/4, 0, 0, 990, 990, -1, -1, -1, 255},
};
static Gfx gfx_W_eyeR_0[] = {
gs_Tani_LoadTextureImage2(spiderEball_txt, G_IM_FMT_RGBA, G_IM_SIZ_16b, 32, 32, 0, 7),
gsSPVertex(&vtx_W_eyeR_0[0], 4, 0),
gsSP1Triangle( 0, 1, 2, 0),
gsSP1Triangle( 0, 2, 3, 0),
gsSPEndDisplayList()
};
Gfx gfx_W_eyeR[] = {
gsDPPipeSync(),
gsDPSetCombineMode(G_CC_DECALRGBA, G_CC_DECALRGBA),
gsSPClearGeometryMode(G_LIGHTING),
gsDPSetTile(G_IM_FMT_RGBA, G_IM_SIZ_16b, 0, 0, 7, 0, 0,0,0, 0,0,0),
gsSPTexture(0xffff,0xffff, 0, 0, G_ON),
gs_Tani_SetUpTileDescrip(G_IM_FMT_RGBA, G_IM_SIZ_16b, 32, 32, 0, 0, G_TX_CLAMP|G_TX_NOMIRROR, 5, G_TX_NOLOD, G_TX_CLAMP|G_TX_NOMIRROR, 5, G_TX_NOLOD),
gsSPDisplayList(gfx_W_eyeR_0),
gsSPTexture(0xffff, 0xffff, 0, 0, G_OFF),
gsDPPipeSync(),
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
gsSPSetGeometryMode(G_LIGHTING),
gsSPEndDisplayList()
};