Difference between revisions of "Talk:Frame List (RW Section)"
Jump to navigation
Jump to search
Khemical1989 (talk | contribs) (→Frame format incorrect or incomplete?: new section) |
Khemical1989 (talk | contribs) m (→Frame format incorrect or incomplete?) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
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: | 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. | 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? | 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)