sun.json 344 字节
Newer Older
M
march3 已提交
1 2 3
{
  "bodies": [
    {
M
march3 已提交
4
      "name": "太阳",
M
march3 已提交
5 6 7 8 9 10 11 12 13 14 15 16
      "mass": 1.9891e30,
      "init_position": [
        0,
        0,
        0
      ],
      "init_velocity": [
        0,
        0,
        0
      ],
      "density": 1.408e3,
M
march3 已提交
17
      "color": [170, 98, 25],
M
march3 已提交
18 19 20 21 22 23
      "texture": "",
      "size_scale": 1.0,
      "distance_scale": 1.0
    }
  ]
}