Chapter 3 Binary Format

3-9. VectorList

2. TriNvGroup Area

TriNvGroupHeader u32 tri_nv_group_tag
u32 this_tri_nv_group_index
u32 tri_nv_group_header_size
u32 tri_nv_group_size
u32 tri_nv_num
TriNv(0)
...
TriNv(tri_nv_num - 1)

Figure: TriNvGroup Area Memory Map


u32 tri_nv_group_tag Tag indicating TriNvGroup. Set the following Tag.


TAG_TRI_NV_GROUP	0x00060100
u32 this_tri_nv_group_index Index number of this TriNvGroup.
u32 tri_nv_group_header_size Size of thisTriNvGroupHeader.
u32 tri_nv_group_size Size of this TriNvGroup.
u32 tri_nv_num Total number of TriNv.
TriNv Area for one normal vector data.