Prop Physics: Difference between revisions

Added 64-bit Aggregate documentation.
(Added 64-bit Aggregate documentation.)
(Added 64-bit Aggregate documentation.)
Line 232:
 
=== rw::collision::Aggregate ===
==== 32-bit ====
{| class="wikitable"
! Offset !! Length !! Type !! Name !! Description !! Comments
Line 244 ⟶ 245:
|-
| 0x2C || 0x4 || uint32_t || pad || ||
|}
 
==== 64-bit ====
{| class="wikitable"
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x20 || [[#rw::collision::AALineClipper::Init::AABBox|AABBox]] || m_AABB || ||
|-
| 0x20 || 0x8 || VTable* || m_vTable || List of Aggregate functions || rw::collision::Aggregate::VTable
|-
| 0x28 || 0x4 || uint32_t || m_numTagBits || ||
|-
| 0x2C || 0x4 || uint32_t || m_numVolumes || ||
|-
| 0x30 || 0x4 || uint32_t || pad || ||
|-
| 0x34 || 0x4 || || || padding ||
|}