OBD:ONFA
Jump to navigation
Jump to search
Main Page >> Oni Binary Data >> File Types >> ONFA File
Imported Flag Node Array - Level File
Hex | Translation | Meaning |
01 99 02 00 | 665 | 00665-.ONFA |
01 00 00 06 | 3 | level 3 |
AD DE | dead | not used |
0D 00 | 13 | 13 packages follow (one package is edged in black) |
71 00 | 113 | 113 packages possible |
Below follows the first package. | ||
00 00 80 3F | 1.000000 | transformation matrix, xx term |
2F BD 3B B3 | -0.000000... | transformation matrix, xy term |
81 BC 40 34 | 0.000000... | transformation matrix, xz term |
2C BD 3B 33 | 0.000000... | transformation matrix, yx term |
00 00 80 3F | 1.000000 | transformation matrix, yy term |
BA F4 6E 33 | 0.000000... | transformation matrix, yz term |
81 BC 40 B4 | -0.000000... | transformation matrix, zx term |
B7 F4 6E B3 | -0.000000... | transformation matrix, zy term |
00 00 80 3F | 1.000000 | transformation matrix, zz term |
9D A7 A4 41 | 20.581842 | x-position |
0D AE 4B 41 | 12.729993 | y-position (height) |
45 B5 A7 C3 | -335.416168 | z-position |
9D A7 A4 41 | 20.581842 | x-position again |
0D AE 4B 41 | 12.729993 | y-position (height) again |
45 B5 A7 C3 | -335.416168 | z-position again |
D9 0F C9 3F | 1.570796 | unknown |
00 00 | 0 | flag node ID |
00 01 | 256 | unknown |
- Transformation matrix
- A 3x3 matrix is the canonic way to define linear transformations of 3D stuff
- (rotations, scaling, shearing, mirroring, in every possible combination)
- I'm not sure what 3D data is implied here; it's more obvious in, e.g., CRSA or ENVP.
Main Page >> Oni Binary Data >> File Types >> ONFA File