ballController.json 457 B

123456789101112131415161718192021
  1. {
  2. "baseSpeed": 32.0,
  3. "maxReflectionRandomness": 0.2,
  4. "antiTrapTimeWindow": 5,
  5. "antiTrapHitThreshold": 5,
  6. "deflectionAttemptThreshold": 3,
  7. "antiTrapDeflectionMultiplier": 3,
  8. "FIRE_COOLDOWN": 0.05,
  9. "ballRadius": 25,
  10. "gravityScale": 0,
  11. "linearDamping": 0,
  12. "angularDamping": 0,
  13. "colliderGroup": 1,
  14. "colliderTag": 1,
  15. "friction": 0,
  16. "restitution": 1,
  17. "safeDistance": 20,
  18. "edgeOffset": 50,
  19. "sensor": false,
  20. "maxAttempts": 50
  21. }