/*
 * grl_1_mdl.c
 * structure & display_list table
 */
/*
 * Date:Mon Jan 15 18:09:22 2001
 */
#include"c_keyframe_type.h"
#include"grl_1_mdl.h"

/* contents:display list, child_num, flag, trs(sx,sy,sz) */
static cKF_JointElem_R_c cKF_je_r_grl_1_tbl[] = {
	NULL,1, cKF_JEWF_DEFAULT, 0, 1000, 0,	/* 0:chn_base_grl */
	bace_grl_model,4, cKF_JEWF_DEFAULT, 0, 0, 0,	/* 1:bace_grl */
	NULL,1, cKF_JEWF_DEFAULT, 0, -350, 0,	/* 2:chn_Lfoot_grl */
	Lfoot1_grl_model,1, cKF_JEWF_DEFAULT, 0, 0, 0,	/* 3:Lfoot1_grl */
	Lfoot2_grl_model,1, cKF_JEWF_DEFAULT, 450, 0, 0,	/* 4:Lfoot2_grl */
	Lfoot3_grl_model,0, cKF_JEWF_DEFAULT, 400, 0, 0,	/* 5:Lfoot3_grl */
	NULL,1, cKF_JEWF_DEFAULT, 0, 350, 0,	/* 6:chn_Rfoot_grl */
	Rfoot1_grl_model,1, cKF_JEWF_DEFAULT, 0, 0, 0,	/* 7:Rfoot1_grl */
	Rffot2_grl_model,1, cKF_JEWF_DEFAULT, 450, 0, 0,	/* 8:Rffot2_grl */
	Rfoot3_grl_model,0, cKF_JEWF_DEFAULT, 400, 0, 0,	/* 9:Rfoot3_grl */
	NULL,1, cKF_JEWF_DEFAULT, 75, 0, -200,	/* 10:chn_tail_grl */
	NULL,1, cKF_JEWF_DEFAULT, 0, 0, 0,	/* 11:tail1_grl */
	NULL,0, cKF_JEWF_DEFAULT, 101, 0, 0,	/* 12:tail2_grl */
	chest_grl_model,3, cKF_JEWF_DEFAULT, 301, 0, 0,	/* 13:chest_grl */
	NULL,1, cKF_JEWF_DEFAULT, 500, -450, 0,	/* 14:chn_Larm_grl */
	Larm1_grl_model,1, cKF_JEWF_DEFAULT, 0, 0, 0,	/* 15:Larm1_grl */
	Larm2_grl_model,0, cKF_JEWF_DEFAULT, 626, 0, 0,	/* 16:Larm2_grl */
	NULL,1, cKF_JEWF_DEFAULT, 500, 450, 0,	/* 17:chn_Rarm_grl */
	Rarm1_grl_model,1, cKF_JEWF_DEFAULT, 0, 0, 0,	/* 18:Rarm1_grl */
	Rarm2_grl_model,1, cKF_JEWF_DEFAULT, 626, 0, 0,	/* 19:Rarm2_grl */
	NULL,0, cKF_JEWF_DEFAULT, 625, 0, 0,	/* 20:hand_grl */
	NULL,2, cKF_JEWF_DEFAULT, 625, 0, 0,	/* 21:jnt_head_grl */
	NULL,1, cKF_JEWF_DEFAULT, 500, 0, 600,	/* 22:chn_mouth_grl */
	NULL,0, cKF_JEWF_DEFAULT, 0, 0, 0,	/* 23:mouth_grl */
	head_grl_model,1, cKF_JEWF_DEFAULT, 0, 0, 0,	/* 24:head_grl */
	NULL,0, cKF_JEWF_DEFAULT, 1375, 0, 0,	/* 25:feel_grl */
};

extern cKF_BaseSkeleton_R_c cKF_bs_r_grl_1 = {
	26, /* model num */
	13, /* display joint num */
	0, /* padding:  unsigned short */
	cKF_je_r_grl_1_tbl /* Joint Table */
};
