{ ;-------- ; Models ;-------- MODEL 0 "radar" ANIMATION { Slot 0 ; Slot ID (0 to 255) Name "Radar" ; Display name (currently unused) Mode 0 ; 0: loop / 1: animate a single time, stopping after the last frame / 2: back and forth (reverse after last keyframe) BONE { BoneID 0 ; Body part ID (0 to 15); part 0 is the main body part ModelID 0 ; Model ID (0 to 63, or -1) } KEYFRAME { FrameNr 0 ; Number of the keyframe (0 to 255) Time 2.000 ; Time (in seconds) since previous keyframe Type 0 ; Interpolation type. 0 - linear, 1 - smooth start, 2 - smooth end, 3 - both smooth, 4 - overshoot BONE { BoneID 0 ; Body part ID RotationAxis 0.000 1.000 0.000 ; Rotation axis RotationAmount -360.000 ; Rotation (in degrees) } } }