/***************************************************************************************************
		Convert from NINGEN		(face11) 																
****************************************************************************************************/
static Vtx vtx_face11_0[] = {
	{      0,      0,    112,     0,     0,     0,    -3,  -88,    2,  255}, 
	{    288,      0,      0,     0,     0,     0,    -3,  -88,    2,  255}, 
	{      0,      0,   -111,     0,     0,     0,    -3,  -88,    2,  255}, 
};

static Gfx gfx_face11_0[] = {
	gsSPVertex(&vtx_face11_0[0],  3, 0), 
	gsSP1Triangle( 0, 1, 2, 0),
	gsSPEndDisplayList() 
};

Gfx gfx_face11[] = {
	gsDPPipeSync(),
	gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
	gsSPClearGeometryMode(G_LIGHTING|G_CULL_BACK), 
	gsDPPipeSync(),
	gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),

		gsSPDisplayList(gfx_face11_0),

	gsSPSetGeometryMode(G_LIGHTING|G_CULL_BACK), 
	gsSPEndDisplayList() 
};

