Difference between revisions of "Talk:Frame List (RW Section)"
Jump to navigation
Jump to search
m (moved Talk:Frame List Struct (RW Section) to Talk:Frame List (RW Section): Merge article) |
Khemical1989 (talk | contribs) (→Frame format incorrect or incomplete?: new section) |
||
| 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: | ||
| + | |||
| + | - `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? | ||
Revision as of 13:42, 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?