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

    Variable METERS_TO_TRAINING_UNITSConst

    METERS_TO_TRAINING_UNITS: 1 = ...

    Conversion factor from meters to training scene units.

    Korean: 미터-훈련 단위 변환

    Training scenes are authored in real-world meters and use a 1:1 conversion ratio. This means 1 meter in the game world equals 1 unit in the training scene coordinate system.

    IMPORTANT: This differs from combat AI which uses dynamic pixels-per-meter. The 3D world uses 1:1 meter scale for consistent physics.

    // Convert reach from meters to training units (1:1)
    const reachInUnits = reachInMeters * METERS_TO_TRAINING_UNITS;

    미터훈련비율