Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.6.9
    Preparing search index...

    Interface AnimationKeyframe

    Animation keyframe for skeletal animation

    Defines bone transformations at a specific time in the animation. Keyframes are interpolated for smooth animation between poses. Now includes integrated anatomy state for hands, feet, and facial expressions.

    애니메이션키프레임

    interface AnimationKeyframe {
        bonePositions: Map<string, Vector3>;
        boneRotations: Map<string, Euler>;
        easing?: "ease-in-out" | "linear" | "ease-in" | "ease-out";
        facialExpression?: string;
        leftFootHighlight?: boolean;
        leftHandHighlightMode?:
            | "none"
            | "knuckles"
            | "palm"
            | "knife_edge"
            | "fingertips";
        leftHandPose?: string;
        muscleActivations?: Map<string, number>;
        rightFootHighlight?: boolean;
        rightHandHighlightMode?:
            | "none"
            | "knuckles"
            | "palm"
            | "knife_edge"
            | "fingertips";
        rightHandPose?: string;
        time: number;
    }
    Index

    Properties

    bonePositions: Map<string, Vector3>

    Bone positions at this keyframe (optional, for IK or special moves) Map of bone name to position offset from rest pose

    뼈위치들

    boneRotations: Map<string, Euler>

    Bone rotations at this keyframe Map of bone name to rotation

    뼈회전들

    easing?: "ease-in-out" | "linear" | "ease-in" | "ease-out"

    Optional easing function name for interpolation

    이징함수

    facialExpression?: string

    Facial expression at this keyframe

    얼굴표정

    leftFootHighlight?: boolean

    Whether left foot is highlighted (e.g., during kicks)

    왼발강조

    leftHandHighlightMode?:
        | "none"
        | "knuckles"
        | "palm"
        | "knife_edge"
        | "fingertips"

    Left hand highlight mode for striking surface

    왼손강조모드

    leftHandPose?: string

    Left hand pose type at this keyframe

    왼손자세

    muscleActivations?: Map<string, number>

    Muscle activation targets at this keyframe Map of muscle group name to tension level (0-1)

    근육활성화

    rightFootHighlight?: boolean

    Whether right foot is highlighted (e.g., during kicks)

    오른발강조

    rightHandHighlightMode?:
        | "none"
        | "knuckles"
        | "palm"
        | "knife_edge"
        | "fingertips"

    Right hand highlight mode for striking surface

    오른손강조모드

    rightHandPose?: string

    Right hand pose type at this keyframe

    오른손자세

    time: number

    Time in seconds from animation start

    시간