@@ -293,7 +293,7 @@ public class ShootCheck : MonoBehaviour
{
//加速度acc的单位是g,最后需要乘上
shootSpeed *= 9.80665f;
- // shootSpeed *= 20;
+ shootSpeed *= 1.491f;
string strShootSpeed = "初速度: " + shootSpeed + " 帧数: " + keyAccList.Count + "\n";