OBD:TRAM/raw0x13C: Difference between revisions

From OniGalore
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 11: Line 11:
{{OBDth}}
{{OBDth}}
{{OBDtrBK}}
{{OBDtrBK}}
{{OBDtr| 0x00 | int16  |FFC8C8| 05 00 | 5   | frame }}
{{OBDtr| 0x00 | int16  |FFC8C8| 05 00 | 5     | frame to which this extent coresponds }}
{{OBDtr| 0x02 | int16  |FFFFC8| EB F3 | -3093 | unknown }}
{{OBDtr| 0x02 | int16  |FFFFC8| EB F3 | -3093 | extent angle }}
{{OBDtr| 0x04 | uint16 |C8FFC8| EF 02 | 751  | unknown }}
{{OBDtr| 0x04 | uint16 |C8FFC8| EF 02 | 751  | extent length }}
{{OBDtr| 0x06 | int16  |C8FFFF| 00 00 | 0    | unknown }}
{{OBDtr| 0x06 | int16  |C8FFFF| 00 00 | 0    | always 0; probably extent offset along direction given by angle }}
{{OBDtr| 0x08 | int16  |FFC8FF| A1 03 | 929  | unknown }}
{{OBDtr| 0x08 | int16  |FFC8FF| A1 03 | 929  | extent min Y }}
{{OBDtr| 0x0A | int16  |FFC800| 96 04 | 1174  | unknown }}
{{OBDtr| 0x0A | int16  |FFC800| 96 04 | 1174  | extent max Y }}
|}
|}


Line 22: Line 22:
Note:
Note:
Values at 0x04, 0x06, 0x08 and 0x0A need to be multiplied by 0.01 to obtain the real values.
Values at 0x04, 0x06, 0x08 and 0x0A need to be multiplied by 0.01 to obtain the real values.
The angle value at 0x02 needs to be multiplied by 360/65535 to get the value in degrees.




<CENTER>[[OBD:TRAM/raw0x13C|extent part]] &nbsp;<<&nbsp; '''[[OBD:TRAM|TRAM]] - y-position part''' &nbsp;>>&nbsp; [[OBD:TRAM/raw0x10|x-z-position part]]</CENTER>
<CENTER>[[OBD:TRAM/raw0x13C|extent part]] &nbsp;<<&nbsp; '''[[OBD:TRAM|TRAM]] - y-position part''' &nbsp;>>&nbsp; [[OBD:TRAM/raw0x10|x-z-position part]]</CENTER>
{{OBD}}

Latest revision as of 00:26, 18 July 2010

sound part  <<  TRAM - extent part  >>  y-position part


This part belongs to the 01865-KONCOMpunch_heavy.TRAM file.


Tram r13.gif


Offset Type Raw Hex Value Description
First element (black outline)
0x00 int16 05 00 5 frame to which this extent coresponds
0x02 int16 EB F3 -3093 extent angle
0x04 uint16 EF 02 751 extent length
0x06 int16 00 00 0 always 0; probably extent offset along direction given by angle
0x08 int16 A1 03 929 extent min Y
0x0A int16 96 04 1174 extent max Y


Note: Values at 0x04, 0x06, 0x08 and 0x0A need to be multiplied by 0.01 to obtain the real values. The angle value at 0x02 needs to be multiplied by 360/65535 to get the value in degrees.


extent part  <<  TRAM - y-position part  >>  x-z-position part