/*
 * hnw_mdl.c
 * structure & display_list table
 */
/*
 * Date:Wed Dec 27 22:08:31 2000
 */
#include"c_keyframe_type.h"
#include"include/hnw.c"

/* contents:display list, child_num, flag, trs(sx,sy,sz) */
static cKF_JointElem_R_c cKF_je_r_hnw_tbl[] = {
	NULL,1, cKF_JEWF_DEFAULT, 0, 419, 0,	/* 0:chn1 */
	body_hnw_model,1, cKF_JEWF_DEFAULT, 0, 0, 0,	/* 1:body_hnw */
	head_hnw_model,2, cKF_JEWF_DEFAULT, 629, 0, 0,	/* 2:head_hnw */
	NULL,1, cKF_JEWF_DEFAULT, 563, -471, 0,	/* 3:chn2 */
	handL_hnw_model,0, cKF_JEWF_DEFAULT, 0, 0, 0,	/* 4:handL_hnw */
	NULL,1, cKF_JEWF_DEFAULT, 562, 460, 0,	/* 5:chn4 */
	handR_hnw_model,0, cKF_JEWF_DEFAULT, 0, 0, 0,	/* 6:handR_hnw */
};

extern cKF_BaseSkeleton_R_c cKF_bs_r_hnw = {
	7, /* model num */
	4, /* display joint num */
	0, /* padding:  unsigned short */
	cKF_je_r_hnw_tbl /* Joint Table */
};
