Chapter 3 Binary Format
3-11. TriList

8. ReferenceStData Area

When TRI_ANIM_ST_FULL is specified

u32 st_group_index(0)
...
u32 st_group_index(tri_anim_frame_num)

Figure: ReferenceStData Area Memory Map
(When TRI_ANIM_ST_FULL is specified)

u32 st_group_index Index number of StGroup to be referred


When TRI_ANIM_ST_KEY is specified

u32 st_anim_key_num
u32 st_anim_key(0)
...
u32 st_anim_key(st_anim_key_num - 1)
u32 st_group_index(0)
...
u32 st_group_index(st_anim_key_num - 1)

Figure: ReferenceStData Area Memory Map
(When TRI_ANIM_ST_KEY is specified)

u32 st_anim_key_num When Animation is performed with Key Frame Animation, enter the total number of keys in this field.
u32 st_anim_key Key frame value
u32 st_group_index Index number of StGroup corresponding to key


When ST animation is not performed

u32 st_group_index

Figure: ReferenceStData Area Memory Map
When ST animation is not performed

u32 st_group_index Index number of StGroup to be referred