User talk:Neo: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 566: Line 566:


[[User:Gumby|Gumby]] 19:25, 11 September 2008 (CEST)
[[User:Gumby|Gumby]] 19:25, 11 September 2008 (CEST)
You can take a look here: [[OBD:TRAM/raw0x34]]. Appart from the fact that I swapped the number of frames with the rotations it's the same thing. To summarize:
The 3 values after number of frames are:
:*rotations around X, Y and Z axes
:*stored as signed integers with values between -32768 and 32767
To convert those values to degrees you need to multiply by (180 / 32767.5).
To convert from degrees you need to multiply by (32767.5 / 180).
You probably need to rotate the barrel by 90 degrees around X or Z axis. That probably means <EKey>1 16384 0 0</EKey> or <EKey>1 0 0 16384</EKey>
[[User:Neo|Neo]]
708

edits