gravity_slingshot.json 1.1 KB
Newer Older
三月三net's avatar
三月三net 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
{
  "bodies": [
    {
      "name": "太阳",
      "mass": 1.9891e+30,
      "init_position": [
        0.0,
        0.0,
        0.0
      ],
      "init_velocity": [
        0.0,
        0.0,
        0.0
      ],
      "density": 1408.0,
      "color": [
        170,
        98,
        25
      ],
      "texture": "sun2.jpg",
      "size_scale": 20.0,
      "distance_scale": 1.0,
      "rotation_speed": 0.613,
      "ignore_mass": false,
      "is_fixed_star": true
    },
    {
      "name": "地球",
      "mass": 5.97237e+24,
      "init_position": [
        0.0,
        -448793600.0,
        0.0
      ],
      "init_velocity": [
        0.0,
        38.0,
        -1.0
      ],
      "density": 5507.85,
      "color": [
        1,
        89,
        162
      ],
      "texture": "earth1.jpg",
      "size_scale": 1000.0,
      "distance_scale": 1.0,
      "rotation_speed": 15,
      "ignore_mass": false,
      "is_fixed_star": false
    }
  ],
  "params": {
    "dt": 2592000,
    "position": [
      0,
      149597870.7,
      -448793612.09999996
    ]
  }
}