mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Adjust baseball speed to 7-15 m/s
This commit is contained in:
parent
51b14386a0
commit
bc035b7e1e
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 = 5.0;
|
||||
var BASEBALL_MAX_SPEED = 20.0;
|
||||
var BASEBALL_MIN_SPEED = 7.0;
|
||||
var BASEBALL_MAX_SPEED = 15.0;
|
||||
var BASEBALL_RADIUS = 0.07468;
|
||||
var BASEBALL_PROPERTIES = {
|
||||
name: "Baseball",
|
||||
|
|
Loading…
Reference in a new issue