23 lines
660 B
Plaintext
23 lines
660 B
Plaintext
/**************************************************************/
|
|
/* shape data ring */
|
|
/**************************************************************/
|
|
|
|
extern Gfx RCP_ring0[];
|
|
|
|
|
|
/* ================================================================================
|
|
: Animation data of ring
|
|
=================================================================================== */
|
|
|
|
Hierarchy RCP_HmsEnemyRing[] = {
|
|
hmsScale(0.5f)
|
|
hmsBegin()
|
|
hmsJoint(RM_SURF, NULL, 0,0,0) /* chn1(1) */
|
|
hmsBegin()
|
|
hmsCProg(0, AlphaControl)
|
|
hmsJoint(RM_XSURF, RCP_ring0, 0,0,0) /* torus3(0) */
|
|
hmsEnd()
|
|
hmsEnd()
|
|
hmsExit()
|
|
};
|