Apt Data: Difference between revisions

Content added Content deleted
(Added editor details.)
(Updated with new information.)
Line 1,212: Line 1,212:
! Offset !! Length !! Type !! Name !! Description !! Comments
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
|-
| 0x0 || 0x4 || int32_t || miMeshType || ||
| 0x0 || 0x4 || int32_t || miMeshType || || See [[#CgsResource::GuiGeometryMeshHeader::EMeshType|mesh type]]
|-
|-
| 0x4 || 0x4 || int32_t || miTextureMode || ||
| 0x4 || 0x4 || int32_t || miTextureMode || || See [[#CgsResource::GuiGeometryMeshHeader::ETextureType|texture type]]
|-
|-
| 0x8 || 0x4 || int32_t || miTextureId || ||
| 0x8 || 0x4 || int32_t || miTextureId || ||
Line 1,715: Line 1,715:
|-
|-
| E_APTDATASTATE_ACTIVE || 2 ||
| E_APTDATASTATE_ACTIVE || 2 ||
|}

=== CgsResource::GuiGeometryMeshHeader::EMeshType ===
{| class="wikitable"
! Name !! Value !! Comments
|-
| E_MESHTYPE_TRILIST || 0 ||
|-
| E_MESHTYPE_TRISTRIP || 1 ||
|-
| E_MESHTYPE_LINELIST || 2 ||
|}

=== CgsResource::GuiGeometryMeshHeader::ETextureType ===
{| class="wikitable"
! Name !! Value !! Comments
|-
| E_TEXTURETYPE_VECTOR || 0 ||
|-
| E_TEXTURETYPE_TEXTURED_CLAMP || 1 ||
|-
| E_TEXTURETYPE_TEXTURED_WRAP || 2 ||
|}
|}