mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
Adjust baseball pitch speed to 5-20 m/s
This commit is contained in:
parent
c964363ce5
commit
51b14386a0
1 changed files with 2 additions and 2 deletions
|
@ -198,8 +198,8 @@ PitchingMachine.prototype = {
|
|||
};
|
||||
|
||||
var BASEBALL_MODEL_URL = "atp:7185099f1f650600ca187222573a88200aeb835454bd2f578f12c7fb4fd190fa.fbx";
|
||||
var BASEBALL_MIN_SPEED = 2.7;
|
||||
var BASEBALL_MAX_SPEED = 5.7;
|
||||
var BASEBALL_MIN_SPEED = 5.0;
|
||||
var BASEBALL_MAX_SPEED = 20.0;
|
||||
var BASEBALL_RADIUS = 0.07468;
|
||||
var BASEBALL_PROPERTIES = {
|
||||
name: "Baseball",
|
||||
|
|
Loading…
Reference in a new issue