#include<ultra64.h>

extern Vtx jetc_2_pos_v[];
extern Vtx jetc_2_pos_vmcur[];
extern Tri jetc_2_pos_tri[];
extern Lights1 jetc_2_pos_material[];
extern Mtx jetc_2_pos_matrix[];

extern unsigned short beach_br_txt[];
extern unsigned short check_f1_txt[];
extern unsigned short check_f2_txt[];
extern unsigned short cross1_txt[];
extern unsigned short dokan_1_txt[];
extern unsigned short goal_f1_txt[];
extern unsigned short goal_f2_txt[];
extern unsigned short green1_2_txt[];
extern unsigned short green_d_txt[];
extern unsigned short pole1_txt[];
extern unsigned short pole2_txt[];
extern unsigned short rock_1_2_txt[];
extern unsigned short rock_2_2_txt[];
extern unsigned short rock_3_txt[];
extern unsigned short rock_4_2_txt[];
extern unsigned short roof_gr1_txt[];
extern unsigned short roof_gr2_txt[];
extern unsigned short sabitetu1_txt[];
extern unsigned short saku1_txt[];
extern unsigned short tree1_txt[];
extern unsigned short tube_l1_2_txt[];
extern unsigned short tube_light1_txt[];
extern unsigned short tube_light2_txt[];
extern unsigned short wall13_tw_2_txt[];
extern unsigned short wall17_d_txt[];
extern unsigned short wall_bk1_txt[];
extern unsigned short wall_bk2_txt[];
extern unsigned short wall_br1_txt[];
extern unsigned short wall_gr2_txt[];
extern unsigned short wall_gr4_txt[];
extern unsigned short wall_rf1_txt[];
extern unsigned short wall_rock_2_txt[];
extern unsigned short wall_top_txt[];
extern unsigned short wall_wd1_txt[];
extern unsigned short wall_wd2_txt[];
extern unsigned short wall_wd3_2_txt[];
extern unsigned short wall_wd4_txt[];
extern unsigned short wall_wh1_txt[];
extern unsigned short wave_f1_txt[];
extern unsigned short wave_f2_txt[];
extern unsigned short window_a1_txt[];
extern unsigned short window_a2_txt[];
extern unsigned short window3_txt[];
extern unsigned short road1_txt[];
extern unsigned short sidea1_txt[];
extern unsigned short corner_flag1_txt[];
extern unsigned short fence8_txt[];
extern unsigned short fence9_txt[];
extern unsigned short fence_bw_txt[];
extern unsigned short fence_by_txt[];
extern unsigned short fence_gr_txt[];
extern unsigned short fence_pole1_txt[];
extern unsigned short fence_pole2_txt[];
extern unsigned short fence_rw_txt[];
extern unsigned short k_biru0_txt[];
extern unsigned short k_fune0_txt[];
extern unsigned short k_fune1_txt[];
extern unsigned short k_hama0_txt[];
extern unsigned short k_happa0_txt[];
extern unsigned short k_hotel_txt[];
extern unsigned short k_hotel1_txt[];
extern unsigned short k_ita_txt[];
extern unsigned short k_kabe1_txt[];
extern unsigned short k_kabe2_txt[];
extern unsigned short k_kabe3_txt[];
extern unsigned short k_kabe4_txt[];
extern unsigned short k_kasa0_txt[];
extern unsigned short k_kasa1_txt[];
extern unsigned short k_mon0_txt[];
extern unsigned short k_renga0_txt[];
extern unsigned short k_road_2_txt[];
extern unsigned short k_tou02_txt[];
extern unsigned short k_tsuchi0_txt[];
extern unsigned short k_yane_txt[];
extern unsigned short k_yashi_00_txt[];
extern unsigned short nintendo64_f1_txt[];
extern unsigned short nintendo64_f2_txt[];
extern unsigned short road_1_txt[];
extern unsigned short roof_1_txt[];
extern unsigned short start_bak_txt[];
extern unsigned short start_base1_txt[];
extern unsigned short start_base2_txt[];
extern unsigned short start_base3_txt[];
extern unsigned short start_base4_txt[];
extern unsigned short uturn_txt[];
extern unsigned short check_bouy_txt[];
extern unsigned short start_base_txt[];
extern unsigned short start_pole_txt[];
extern unsigned short bridge1_txt[];
extern unsigned short green1_rgb_txt[];
extern unsigned short roof1_txt[];
extern unsigned short roof2_txt[];
extern unsigned short side1_txt[];
extern unsigned short veranda1_txt[];
extern unsigned short wall10_txt[];
extern unsigned short wall13_txt[];
extern unsigned short wall15_txt[];
extern unsigned short wall16_txt[];
extern unsigned short wall17_txt[];
extern unsigned short wall18_txt[];
extern unsigned short wall2_txt[];
extern unsigned short wall4_txt[];
extern unsigned short wall5_txt[];
extern unsigned short wall6_txt[];
extern unsigned short wall7_txt[];
extern unsigned short wall8_txt[];
extern unsigned short wall9_txt[];
extern unsigned short water1_txt[];
extern unsigned short window1_txt[];
extern unsigned short window2_txt[];
extern unsigned short wlight0_txt[];
extern unsigned short wlight1_txt[];
extern unsigned short wlight2_txt[];
extern unsigned short wlight3_txt[];
extern unsigned short fence1_txt[];
extern unsigned short fence2_txt[];
extern unsigned short fence3_txt[];
extern unsigned short fence4_txt[];
extern unsigned short fence5_txt[];
extern unsigned short fence6_txt[];
extern unsigned short fence7_txt[];



#define gs_Nin_LoadTextureImage(timg,fmt,siz,width,height,tmem,tt)	\
	gsDPSetTextureImage(fmt,siz,1,timg),	\
	gsDPTileSync(),	\
	gsDPSetTile(fmt,siz,0,tmem,tt,0,0,0,0,0,0,0),	\
	gsDPLoadSync(),	\
	gsDPLoadBlock(tt,0,0,width*height-1,CALC_DXT(width,siz##_BYTES))

#define gs_Nin_SetUpTileDescrip(fmt,siz,width,height,tmem,tt,cs,ms,ss,ct,mt,st)	\
	gsDPTileSync(),	\
	gsDPSetTile(fmt,siz,((((width)*siz##_LINE_BYTES)+7)>>3),tmem,tt,0,ct,mt,st,cs,ms,ss),	\
	gsDPSetTileSize(tt,0,0,(width-1)<<G_TEXTURE_IMAGE_FRAC,(height-1)<<G_TEXTURE_IMAGE_FRAC)

#define G_CC_PRIMSHADE PRIMITIVE,0,SHADE,0,0,0,0,SHADE

/* main display list */


/* ======== fix_col ======== */

static	Gfx jetc_2_pos_grp_fix_col[]={

	gsDPPipeSync(),
	gsDPSetCombineMode(G_CC_PRIMSHADE,G_CC_PASS2),
	gsSPTexture(1, 1,0, 0, 0),
	gsDPSetPrimColor(0,0,255,255,255,255),
	gsSPVertex(&jetc_2_pos_v[285], 15, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(3, 4, 5, 0),
	gsSP1Triangle(6, 7, 8, 0),
	gsSP1Triangle(9, 10, 11, 0),
	gsSP1Triangle(12, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[300], 3, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSPEndDisplayList(),
}; /* fix_col */ 

/* ======== out_buoy ======== */

static	Gfx jetc_2_pos_grp_out_buoy[]={

	gsDPPipeSync(),
	gsDPSetCombineMode(G_CC_PRIMSHADE,G_CC_PASS2),
	gsSPTexture(1, 1,0, 0, 0),
	gsDPSetPrimColor(0,0,112,138,147,255),
	gsSPVertex(&jetc_2_pos_v[42], 15, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(3, 4, 5, 0),
	gsSP1Triangle(6, 7, 8, 0),
	gsSP1Triangle(9, 10, 11, 0),
	gsSP1Triangle(12, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[57], 5, 0),
	gsSPVertex(&jetc_2_pos_v[133], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[62], 5, 0),
	gsSPVertex(&jetc_2_pos_v[143], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[67], 5, 0),
	gsSPVertex(&jetc_2_pos_v[153], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[72], 5, 0),
	gsSPVertex(&jetc_2_pos_v[163], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[77], 5, 0),
	gsSPVertex(&jetc_2_pos_v[173], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[82], 5, 0),
	gsSPVertex(&jetc_2_pos_v[183], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[87], 5, 0),
	gsSPVertex(&jetc_2_pos_v[193], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[92], 5, 0),
	gsSPVertex(&jetc_2_pos_v[203], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[97], 5, 0),
	gsSPVertex(&jetc_2_pos_v[213], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[102], 5, 0),
	gsSPVertex(&jetc_2_pos_v[223], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[107], 5, 0),
	gsSPVertex(&jetc_2_pos_v[233], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[112], 5, 0),
	gsSPVertex(&jetc_2_pos_v[243], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[117], 5, 0),
	gsSPVertex(&jetc_2_pos_v[253], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[122], 5, 0),
	gsSPVertex(&jetc_2_pos_v[263], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[127], 5, 0),
	gsSPVertex(&jetc_2_pos_v[273], 10, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[132], 1, 0),
	gsSPVertex(&jetc_2_pos_v[283], 2, 1),
	gsSP1Triangle(0, 1, 2, 0),
	gsSPEndDisplayList(),
}; /* out_buoy */ 

/* ======== buoy ======== */

static	Gfx jetc_2_pos_grp_buoy[]={

	gsDPPipeSync(),
	gsDPSetCombineMode(G_CC_PRIMSHADE,G_CC_PASS2),
	gsSPTexture(1, 1,0, 0, 0),
	gsDPSetPrimColor(0,0,112,138,147,255),
	gsSPVertex(&jetc_2_pos_v[0], 3, 0),
	gsSP1Triangle(0, 1, 2, 0),

	gsDPPipeSync(),
	gsDPSetPrimColor(0,0,26,12,255,255),
	gsSPVertex(&jetc_2_pos_v[3], 9, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(3, 4, 5, 0),
	gsSP1Triangle(6, 7, 8, 0),

	gsDPPipeSync(),
	gsDPSetPrimColor(0,0,255,255,1,255),
	gsSPVertex(&jetc_2_pos_v[12], 15, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(3, 4, 5, 0),
	gsSP1Triangle(6, 7, 8, 0),
	gsSP1Triangle(9, 10, 11, 0),
	gsSP1Triangle(12, 13, 14, 0),
	gsSPVertex(&jetc_2_pos_v[27], 6, 0),
	gsSP1Triangle(0, 2, 3, 0),
	gsSP1Triangle(1, 4, 5, 0),

	gsDPPipeSync(),
	gsDPSetPrimColor(0,0,255,14,9,255),
	gsSPVertex(&jetc_2_pos_v[33], 9, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(3, 4, 5, 0),
	gsSP1Triangle(6, 7, 8, 0),
	gsSPEndDisplayList(),
}; /* buoy */ 

/* ======== db ======== */

Gfx jetc_2_pos_model[]={
	gsSPDisplayList(jetc_2_pos_grp_buoy),
	gsSPDisplayList(jetc_2_pos_grp_out_buoy),
	gsSPDisplayList(jetc_2_pos_grp_fix_col),
	gsSPEndDisplayList(),
}; /* db */ 

Gfx jetc_2_pos_modelT[] = {
	gsSPEndDisplayList()
};

#undef G_CC_PRIMSHADE

#undef gs_Nin_LoadTextureImage

#undef gs_Nin_SetUpTileDescrip

/* 303 vertices */
Vtx jetc_2_pos_v[]={
	{ 250,65,900,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v0 used st_000/V1 1 times */
	{ 150,65,900,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v1 used st_000/V2 1 times */
	{ 200,-35,900,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v2 used st_000/V3 1 times */
	{ -1885,100,3935,0, 0, 0,  26, 12, 255, 255 /* face color */  },   /* v3 used ur_060/V1 1 times */
	{ -1815,100,3865,0, 0, 0,  26, 12, 255, 255 /* face color */  },   /* v4 used ur_060/V2 1 times */
	{ -1850,0,3900,0, 0, 0,  26, 12, 255, 255 /* face color */  },   /* v5 used ur_060/V3 1 times */
	{ 3350,100,3850,0, 0, 0,  26, 12, 255, 255 /* face color */  },   /* v6 used ur_110/V1 1 times */
	{ 3250,100,3850,0, 0, 0,  26, 12, 255, 255 /* face color */  },   /* v7 used ur_110/V2 1 times */
	{ 3300,0,3850,0, 0, 0,  26, 12, 255, 255 /* face color */  },   /* v8 used ur_110/V3 1 times */
	{ -1825,95,-4703,0, 0, 0,  26, 12, 255, 255 /* face color */  },   /* v9 used ur_010/V1 1 times */
	{ -1825,95,-4603,0, 0, 0,  26, 12, 255, 255 /* face color */  },   /* v10 used ur_010/V2 1 times */
	{ -1825,-5,-4653,0, 0, 0,  26, 12, 255, 255 /* face color */  },   /* v11 used ur_010/V3 1 times */
	{ 0,100,4500,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v12 used bl_080/V1 1 times */
	{ 0,100,4400,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v13 used bl_080/V2 1 times */
	{ 0,0,4450,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v14 used bl_080/V3 1 times */
	{ 2750,100,4750,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v15 used bl_100/V1 1 times */
	{ 2750,100,4650,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v16 used bl_100/V2 1 times */
	{ 2750,0,4700,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v17 used bl_100/V3 1 times */
	{ 1785,100,2965,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v18 used bl_130/V1 1 times */
	{ 1715,100,3035,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v19 used bl_130/V2 1 times */
	{ 1750,0,3000,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v20 used bl_130/V3 1 times */
	{ 2750,100,2800,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v21 used bl_120/V1 1 times */
	{ 2750,100,2900,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v22 used bl_120/V2 1 times */
	{ 2750,0,2850,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v23 used bl_120/V3 1 times */
	{ -1250,100,4750,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v24 used bl_070/V1 1 times */
	{ -1250,100,4650,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v25 used bl_070/V2 1 times */
	{ -1250,0,4700,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v26 used bl_070/V3 1 times */
	{ -3050,0,-3850,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v27 used bl_020/V1 1 times */
	{ -2800,0,-100,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v28 used bl_040/V1 1 times */
	{ -3100,100,-3850,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v29 used bl_020/V2 1 times */
	{ -3000,100,-3850,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v30 used bl_020/V3 1 times */
	{ -2850,100,-100,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v31 used bl_040/V2 1 times */
	{ -2750,100,-100,0, 0, 0,  255, 255, 1, 255 /* face color */  },   /* v32 used bl_040/V3 1 times */
	{ -2800,0,1550,0, 0, 0,  255, 14, 9, 255 /* face color */  },   /* v33 used br_050/V1 1 times */
	{ -2850,100,1550,0, 0, 0,  255, 14, 9, 255 /* face color */  },   /* v34 used br_050/V2 1 times */
	{ -2750,100,1550,0, 0, 0,  255, 14, 9, 255 /* face color */  },   /* v35 used br_050/V3 1 times */
	{ -2900,0,-1650,0, 0, 0,  255, 14, 9, 255 /* face color */  },   /* v36 used br_030/V1 1 times */
	{ -2950,100,-1650,0, 0, 0,  255, 14, 9, 255 /* face color */  },   /* v37 used br_030/V2 1 times */
	{ -2850,100,-1650,0, 0, 0,  255, 14, 9, 255 /* face color */  },   /* v38 used br_030/V3 1 times */
	{ 1500,100,5000,0, 0, 0,  255, 14, 9, 255 /* face color */  },   /* v39 used br_090/V1 1 times */
	{ 1500,100,4900,0, 0, 0,  255, 14, 9, 255 /* face color */  },   /* v40 used br_090/V2 1 times */
	{ 1500,0,4950,0, 0, 0,  255, 14, 9, 255 /* face color */  },   /* v41 used br_090/V3 1 times */
	{ -4000,0,-4500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v42 used p1172/V1 1 times */
	{ -4050,100,-4500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v43 used p1172/V2 1 times */
	{ -3950,100,-4500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v44 used p1172/V3 1 times */
	{ -4000,100,-4150,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v45 used p1171/V1 1 times */
	{ -4000,100,-4050,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v46 used p1171/V2 1 times */
	{ -4000,0,-4100,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v47 used p1171/V3 1 times */
	{ -4000,100,-3750,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v48 used p1170/V1 1 times */
	{ -4000,100,-3650,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v49 used p1170/V2 1 times */
	{ -4000,0,-3700,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v50 used p1170/V3 1 times */
	{ -4000,100,-3350,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v51 used p1169/V1 1 times */
	{ -4000,100,-3250,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v52 used p1169/V2 1 times */
	{ -4000,0,-3300,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v53 used p1169/V3 1 times */
	{ -4017,100,-4999,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v54 used p1173/V1 1 times */
	{ -3917,100,-4999,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v55 used p1173/V2 1 times */
	{ -3967,0,-4999,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v56 used p1173/V3 1 times */
	{ -2417,100,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v57 used p1177/V1 1 times */
	{ -2817,100,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v58 used p1176/V1 1 times */
	{ -3317,100,-5799,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v59 used p1175/V1 1 times */
	{ -3717,100,-5499,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v60 used p1174/V1 1 times */
	{ -4000,100,-2950,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v61 used p1168/V1 1 times */
	{ -4000,100,-550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v62 used p1162/V1 1 times */
	{ -4000,100,-150,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v63 used p1161/V1 1 times */
	{ -4000,100,250,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v64 used p1160/V1 1 times */
	{ -4000,100,650,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v65 used p1159/V1 1 times */
	{ -4000,100,-950,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v66 used p1163/V1 1 times */
	{ -4000,100,-2550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v67 used p1167/V1 1 times */
	{ -4000,100,-2150,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v68 used p1166/V1 1 times */
	{ -4000,100,-1750,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v69 used p1165/V1 1 times */
	{ -4000,100,-1350,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v70 used p1164/V1 1 times */
	{ -2017,100,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v71 used p1178/V1 1 times */
	{ 1101,100,-1383,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v72 used p1193/V1 1 times */
	{ 1101,100,-1783,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v73 used p1192/V1 1 times */
	{ 1101,100,-2183,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v74 used p1191/V1 1 times */
	{ 1001,100,-2583,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v75 used p1190/V1 1 times */
	{ 1101,100,-983,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v76 used p1194/V1 1 times */
	{ 1101,100,617,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v77 used p1198/V1 1 times */
	{ 1101,100,217,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v78 used p1197/V1 1 times */
	{ 1101,100,-183,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v79 used p1196/V1 1 times */
	{ 1101,100,-583,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v80 used p1195/V1 1 times */
	{ 869,100,-2960,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v81 used p1189/V1 1 times */
	{ -267,0,-5499,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v82 used p1182/V1 1 times */
	{ -667,0,-5799,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v83 used p1181/V1 1 times */
	{ -1167,0,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v84 used p1180/V1 1 times */
	{ -1567,0,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v85 used p1179/V1 1 times */
	{ -95,100,-5170,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v86 used p1183/V1 1 times */
	{ 733,100,-3349,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v87 used p1188/V1 1 times */
	{ 567,100,-3713,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v88 used p1187/V1 1 times */
	{ 402,100,-4077,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v89 used p1186/V1 1 times */
	{ 236,100,-4441,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v90 used p1185/V1 1 times */
	{ 71,100,-4806,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v91 used p1184/V1 1 times */
	{ -4000,100,1050,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v92 used p1158/V1 1 times */
	{ 3400,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v93 used p1131/V1 1 times */
	{ 3900,0,5200,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v94 used p1130/V1 1 times */
	{ 4200,0,4800,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v95 used p1129/V1 1 times */
	{ 4300,0,4300,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v96 used p1128/V1 1 times */
	{ 2900,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v97 used p1132/V1 1 times */
	{ 1300,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v98 used p1136/V1 1 times */
	{ 1700,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v99 used p1135/V1 1 times */
	{ 2100,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v100 used p1134/V1 1 times */
	{ 2500,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v101 used p1133/V1 1 times */
	{ 4300,100,3850,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v102 used p1127/V1 1 times */
	{ 2301,100,2017,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v103 used p1121/V1 1 times */
	{ 1901,100,1817,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v104 used p1120/V1 1 times */
	{ 1501,100,1517,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v105 used p1119/V1 1 times */
	{ 1201,100,1117,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v106 used p1118/V1 1 times */
	{ 2901,0,2267,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v107 used p1122/V1 1 times */
	{ 4300,100,3450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v108 used p1126/V1 1 times */
	{ 4200,100,2950,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v109 used p1125/V1 1 times */
	{ 3900,100,2550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v110 used p1124/V1 1 times */
	{ 3400,100,2250,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v111 used p1123/V1 1 times */
	{ 900,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v112 used p1137/V1 1 times */
	{ -4000,100,3450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v113 used p1152/V1 1 times */
	{ -4000,100,3850,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v114 used p1151/V1 1 times */
	{ -4000,100,4250,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v115 used p1150/V1 1 times */
	{ -3900,100,4750,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v116 used p1149/V1 1 times */
	{ -4000,100,3050,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v117 used p1153/V1 1 times */
	{ -4000,100,1450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v118 used p1157/V1 1 times */
	{ -4000,100,1850,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v119 used p1156/V1 1 times */
	{ -4000,100,2250,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v120 used p1155/V1 1 times */
	{ -4000,100,2650,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v121 used p1154/V1 1 times */
	{ -3600,100,5150,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v122 used p1148/V1 1 times */
	{ -700,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v123 used p1141/V1 1 times */
	{ -300,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v124 used p1140/V1 1 times */
	{ 100,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v125 used p1139/V1 1 times */
	{ 500,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v126 used p1138/V1 1 times */
	{ -1100,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v127 used p1142/V1 1 times */
	{ -3100,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v128 used p1147/V1 1 times */
	{ -2700,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v129 used p1146/V1 1 times */
	{ -2300,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v130 used p1145/V1 1 times */
	{ -1900,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v131 used p1144/V1 1 times */
	{ -1500,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v132 used p1143/V1 1 times */
	{ -2317,100,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v133 used p1177/V2 1 times */
	{ -2367,0,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v134 used p1177/V3 1 times */
	{ -2717,100,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v135 used p1176/V2 1 times */
	{ -2767,0,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v136 used p1176/V3 1 times */
	{ -3217,100,-5799,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v137 used p1175/V2 1 times */
	{ -3267,0,-5799,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v138 used p1175/V3 1 times */
	{ -3617,100,-5499,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v139 used p1174/V2 1 times */
	{ -3667,0,-5499,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v140 used p1174/V3 1 times */
	{ -4000,100,-2850,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v141 used p1168/V2 1 times */
	{ -4000,0,-2900,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v142 used p1168/V3 1 times */
	{ -4000,100,-450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v143 used p1162/V2 1 times */
	{ -4000,0,-500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v144 used p1162/V3 1 times */
	{ -4000,100,-50,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v145 used p1161/V2 1 times */
	{ -4000,0,-100,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v146 used p1161/V3 1 times */
	{ -4000,100,350,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v147 used p1160/V2 1 times */
	{ -4000,0,300,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v148 used p1160/V3 1 times */
	{ -4000,100,750,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v149 used p1159/V2 1 times */
	{ -4000,0,700,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v150 used p1159/V3 1 times */
	{ -4000,100,-850,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v151 used p1163/V2 1 times */
	{ -4000,0,-900,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v152 used p1163/V3 1 times */
	{ -4000,100,-2450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v153 used p1167/V2 1 times */
	{ -4000,0,-2500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v154 used p1167/V3 1 times */
	{ -4000,100,-2050,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v155 used p1166/V2 1 times */
	{ -4000,0,-2100,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v156 used p1166/V3 1 times */
	{ -4000,100,-1650,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v157 used p1165/V2 1 times */
	{ -4000,0,-1700,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v158 used p1165/V3 1 times */
	{ -4000,100,-1250,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v159 used p1164/V2 1 times */
	{ -4000,0,-1300,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v160 used p1164/V3 1 times */
	{ -1917,100,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v161 used p1178/V2 1 times */
	{ -1967,0,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v162 used p1178/V3 1 times */
	{ 1101,100,-1283,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v163 used p1193/V2 1 times */
	{ 1101,0,-1333,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v164 used p1193/V3 1 times */
	{ 1101,100,-1683,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v165 used p1192/V2 1 times */
	{ 1101,0,-1733,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v166 used p1192/V3 1 times */
	{ 1101,100,-2083,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v167 used p1191/V2 1 times */
	{ 1101,0,-2133,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v168 used p1191/V3 1 times */
	{ 1001,100,-2483,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v169 used p1190/V2 1 times */
	{ 1001,0,-2533,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v170 used p1190/V3 1 times */
	{ 1101,100,-883,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v171 used p1194/V2 1 times */
	{ 1101,0,-933,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v172 used p1194/V3 1 times */
	{ 1101,100,717,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v173 used p1198/V2 1 times */
	{ 1101,0,667,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v174 used p1198/V3 1 times */
	{ 1101,100,317,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v175 used p1197/V2 1 times */
	{ 1101,0,267,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v176 used p1197/V3 1 times */
	{ 1101,100,-83,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v177 used p1196/V2 1 times */
	{ 1101,0,-133,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v178 used p1196/V3 1 times */
	{ 1101,100,-483,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v179 used p1195/V2 1 times */
	{ 1101,0,-533,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v180 used p1195/V3 1 times */
	{ 869,100,-2860,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v181 used p1189/V2 1 times */
	{ 869,0,-2910,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v182 used p1189/V3 1 times */
	{ -317,100,-5499,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v183 used p1182/V2 1 times */
	{ -217,100,-5499,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v184 used p1182/V3 1 times */
	{ -717,100,-5799,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v185 used p1181/V2 1 times */
	{ -617,100,-5799,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v186 used p1181/V3 1 times */
	{ -1217,100,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v187 used p1180/V2 1 times */
	{ -1117,100,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v188 used p1180/V3 1 times */
	{ -1617,100,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v189 used p1179/V2 1 times */
	{ -1517,100,-5899,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v190 used p1179/V3 1 times */
	{ -95,100,-5070,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v191 used p1183/V2 1 times */
	{ -95,0,-5120,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v192 used p1183/V3 1 times */
	{ 733,100,-3249,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v193 used p1188/V2 1 times */
	{ 733,0,-3299,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v194 used p1188/V3 1 times */
	{ 567,100,-3613,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v195 used p1187/V2 1 times */
	{ 567,0,-3663,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v196 used p1187/V3 1 times */
	{ 402,100,-3977,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v197 used p1186/V2 1 times */
	{ 402,0,-4027,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v198 used p1186/V3 1 times */
	{ 236,100,-4341,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v199 used p1185/V2 1 times */
	{ 236,0,-4391,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v200 used p1185/V3 1 times */
	{ 71,100,-4706,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v201 used p1184/V2 1 times */
	{ 71,0,-4756,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v202 used p1184/V3 1 times */
	{ -4000,100,1150,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v203 used p1158/V2 1 times */
	{ -4000,0,1100,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v204 used p1158/V3 1 times */
	{ 3400,100,5450,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v205 used p1131/V2 1 times */
	{ 3400,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v206 used p1131/V3 1 times */
	{ 3900,100,5150,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v207 used p1130/V2 1 times */
	{ 3900,100,5250,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v208 used p1130/V3 1 times */
	{ 4200,100,4750,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v209 used p1129/V2 1 times */
	{ 4200,100,4850,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v210 used p1129/V3 1 times */
	{ 4300,100,4250,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v211 used p1128/V2 1 times */
	{ 4300,100,4350,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v212 used p1128/V3 1 times */
	{ 2900,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v213 used p1132/V2 1 times */
	{ 2900,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v214 used p1132/V3 1 times */
	{ 1300,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v215 used p1136/V2 1 times */
	{ 1300,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v216 used p1136/V3 1 times */
	{ 1700,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v217 used p1135/V2 1 times */
	{ 1700,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v218 used p1135/V3 1 times */
	{ 2100,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v219 used p1134/V2 1 times */
	{ 2100,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v220 used p1134/V3 1 times */
	{ 2500,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v221 used p1133/V2 1 times */
	{ 2500,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v222 used p1133/V3 1 times */
	{ 4300,100,3950,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v223 used p1127/V2 1 times */
	{ 4300,0,3900,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v224 used p1127/V3 1 times */
	{ 2301,100,2117,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v225 used p1121/V2 1 times */
	{ 2301,0,2067,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v226 used p1121/V3 1 times */
	{ 1901,100,1917,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v227 used p1120/V2 1 times */
	{ 1901,0,1867,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v228 used p1120/V3 1 times */
	{ 1501,100,1617,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v229 used p1119/V2 1 times */
	{ 1501,0,1567,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v230 used p1119/V3 1 times */
	{ 1201,100,1217,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v231 used p1118/V2 1 times */
	{ 1201,0,1167,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v232 used p1118/V3 1 times */
	{ 2901,100,2217,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v233 used p1122/V2 1 times */
	{ 2901,100,2317,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v234 used p1122/V3 1 times */
	{ 4300,100,3550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v235 used p1126/V2 1 times */
	{ 4300,0,3500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v236 used p1126/V3 1 times */
	{ 4200,100,3050,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v237 used p1125/V2 1 times */
	{ 4200,0,3000,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v238 used p1125/V3 1 times */
	{ 3900,100,2650,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v239 used p1124/V2 1 times */
	{ 3900,0,2600,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v240 used p1124/V3 1 times */
	{ 3400,100,2350,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v241 used p1123/V2 1 times */
	{ 3400,0,2300,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v242 used p1123/V3 1 times */
	{ 900,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v243 used p1137/V2 1 times */
	{ 900,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v244 used p1137/V3 1 times */
	{ -4000,100,3550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v245 used p1152/V2 1 times */
	{ -4000,0,3500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v246 used p1152/V3 1 times */
	{ -4000,100,3950,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v247 used p1151/V2 1 times */
	{ -4000,0,3900,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v248 used p1151/V3 1 times */
	{ -4000,100,4350,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v249 used p1150/V2 1 times */
	{ -4000,0,4300,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v250 used p1150/V3 1 times */
	{ -3900,100,4850,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v251 used p1149/V2 1 times */
	{ -3900,0,4800,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v252 used p1149/V3 1 times */
	{ -4000,100,3150,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v253 used p1153/V2 1 times */
	{ -4000,0,3100,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v254 used p1153/V3 1 times */
	{ -4000,100,1550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v255 used p1157/V2 1 times */
	{ -4000,0,1500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v256 used p1157/V3 1 times */
	{ -4000,100,1950,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v257 used p1156/V2 1 times */
	{ -4000,0,1900,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v258 used p1156/V3 1 times */
	{ -4000,100,2350,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v259 used p1155/V2 1 times */
	{ -4000,0,2300,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v260 used p1155/V3 1 times */
	{ -4000,100,2750,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v261 used p1154/V2 1 times */
	{ -4000,0,2700,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v262 used p1154/V3 1 times */
	{ -3600,100,5250,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v263 used p1148/V2 1 times */
	{ -3600,0,5200,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v264 used p1148/V3 1 times */
	{ -700,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v265 used p1141/V2 1 times */
	{ -700,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v266 used p1141/V3 1 times */
	{ -300,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v267 used p1140/V2 1 times */
	{ -300,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v268 used p1140/V3 1 times */
	{ 100,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v269 used p1139/V2 1 times */
	{ 100,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v270 used p1139/V3 1 times */
	{ 500,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v271 used p1138/V2 1 times */
	{ 500,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v272 used p1138/V3 1 times */
	{ -1100,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v273 used p1142/V2 1 times */
	{ -1100,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v274 used p1142/V3 1 times */
	{ -3100,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v275 used p1147/V2 1 times */
	{ -3100,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v276 used p1147/V3 1 times */
	{ -2700,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v277 used p1146/V2 1 times */
	{ -2700,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v278 used p1146/V3 1 times */
	{ -2300,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v279 used p1145/V2 1 times */
	{ -2300,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v280 used p1145/V3 1 times */
	{ -1900,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v281 used p1144/V2 1 times */
	{ -1900,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v282 used p1144/V3 1 times */
	{ -1500,100,5550,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v283 used p1143/V2 1 times */
	{ -1500,0,5500,0, 0, 0,  112, 138, 147, 255 /* face color */  },   /* v284 used p1143/V3 1 times */
	{ -1610,100,-5772,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v285 used p1422/V1 1 times */
	{ -1540,100,-5843,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v286 used p1422/V2 1 times */
	{ -1575,0,-5808,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v287 used p1422/V3 1 times */
	{ -1990,100,-5772,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v288 used p1421/V1 1 times */
	{ -1920,100,-5843,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v289 used p1421/V2 1 times */
	{ -1955,0,-5808,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v290 used p1421/V3 1 times */
	{ 4381,100,3758,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v291 used p1419/V1 1 times */
	{ 4452,100,3687,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v292 used p1419/V2 1 times */
	{ 4416,0,3723,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v293 used p1419/V3 1 times */
	{ 4381,100,4138,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v294 used p1418/V1 1 times */
	{ 4452,100,4067,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v295 used p1418/V2 1 times */
	{ 4416,0,4103,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v296 used p1418/V3 1 times */
	{ -2775,100,5035,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v297 used p1416/V1 1 times */
	{ -2775,100,5135,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v298 used p1416/V2 1 times */
	{ -2775,0,5085,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v299 used p1416/V3 1 times */
	{ -3050,100,4773,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v300 used p1415/V1 1 times */
	{ -3050,100,4873,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v301 used p1415/V2 1 times */
	{ -3050,0,4823,0, 0, 0,  255, 255, 255, 255 /* face color */  },   /* v302 used p1415/V3 1 times */
};


/*   0 vertices */
