Difference between revisions of "Talk:Frame List (RW Section)"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: ==Flags under Frame Data== The Flags DWORD under the Frame Data section was the internal flags of the matrix at the time it was written to file. The flags are only written, they are of cou...)
 
m (Frame format incorrect or incomplete?)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
--[[User:ModelingMan|ModelingMan]] 22:03, 13 March 2009 (UTC)
 
--[[User:ModelingMan|ModelingMan]] 22:03, 13 March 2009 (UTC)
 +
 +
== Frame format incorrect or incomplete? ==
 +
 +
The wiki page says each frame is 0x44 (68) bytes, but the members documented then don't add up to that number. The currently-documented members are:
 +
 +
* <code>rotation_matrix</code> (36)
 +
* <code>position</code> (12)
 +
* <code>parent_index</code> (4)
 +
* <code>matrix_flags</code> (4)
 +
 +
Which adds up to 56, not 68.
 +
 +
Does this means the offsets/sizes are incorrect? Or that there's 12 bytes of data that's undocumented/unused?
 +
 +
--[[User:khemical1989|khemical1989]] 14:32, 02 October 2025 (UTC)

Latest revision as of 13:45, 2 October 2025

Flags under Frame Data

The Flags DWORD under the Frame Data section was the internal flags of the matrix at the time it was written to file. The flags are only written, they are of course read back in but are never used.

--ModelingMan 22:03, 13 March 2009 (UTC)

Frame format incorrect or incomplete?

The wiki page says each frame is 0x44 (68) bytes, but the members documented then don't add up to that number. The currently-documented members are:

  • rotation_matrix (36)
  • position (12)
  • parent_index (4)
  • matrix_flags (4)

Which adds up to 56, not 68.

Does this means the offsets/sizes are incorrect? Or that there's 12 bytes of data that's undocumented/unused?

--khemical1989 14:32, 02 October 2025 (UTC)