ballController.json 456 B

1234567891011121314151617181920
  1. {
  2. "baseSpeed": 30.0,
  3. "maxReflectionRandomness": 0.2,
  4. "antiTrapTimeWindow": 5.0,
  5. "antiTrapHitThreshold": 5,
  6. "deflectionAttemptThreshold": 3,
  7. "antiTrapDeflectionMultiplier": 3.0,
  8. "FIRE_COOLDOWN": 0.05,
  9. "ballRadius": 25.0,
  10. "gravityScale": 0.0,
  11. "linearDamping": 0.0,
  12. "angularDamping": 0.0,
  13. "colliderGroup": 1,
  14. "colliderTag": 1,
  15. "friction": 0.0,
  16. "restitution": 1.0,
  17. "safeDistance": 20.0,
  18. "edgeOffset": 20.0,
  19. "sensor": false
  20. }