Jump to content

Apt Data: Difference between revisions

Updated with new information.
(Added editor details.)
(Updated with new information.)
Line 1,212:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x4 || int32_t || miMeshType || || See [[#CgsResource::GuiGeometryMeshHeader::EMeshType|mesh type]]
|-
| 0x4 || 0x4 || int32_t || miTextureMode || || See [[#CgsResource::GuiGeometryMeshHeader::ETextureType|texture type]]
|-
| 0x8 || 0x4 || int32_t || miTextureId || ||
Line 1,715:
|-
| 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 ||
|}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.