OBD:TRAM/raw0x13C: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 26: Line 26:


<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