|
@@ -145,7 +145,7 @@ public class ArmBow : MonoBehaviour
|
|
|
//显示射出角度
|
|
//显示射出角度
|
|
|
Quaternion first_rotation = recordRotations[i - single_check_count + 1];
|
|
Quaternion first_rotation = recordRotations[i - single_check_count + 1];
|
|
|
ShootCheck.ins.shootAngleText.text =
|
|
ShootCheck.ins.shootAngleText.text =
|
|
|
- "最佳角度:" + first_rotation + "\n" +
|
|
|
|
|
|
|
+ "最佳角度:" + first_rotation.eulerAngles + "\n" +
|
|
|
"延迟角度:" + best_rotation.eulerAngles + "\n" +
|
|
"延迟角度:" + best_rotation.eulerAngles + "\n" +
|
|
|
"角度偏差:" + Quaternion.Angle(first_rotation, best_rotation);
|
|
"角度偏差:" + Quaternion.Angle(first_rotation, best_rotation);
|
|
|
}
|
|
}
|