punyverse/punyverse/world.json
Quantum 355f156295 Initial version.
Signed-off-by: Xiaomao Chen <xiaomao5@live.com>
2013-10-22 20:38:37 -04:00

94 lines
2.2 KiB
JSON

{
"planets": {
"earth": {
"texture": ["earth.jpg", "earth_medium.jpg", "earth_small.jpg", [0, 0.28, 1, 1]],
"radius": 100,
"z": "2 * AU",
"pitch": -90,
"yaw": 23.4,
"roll": -90,
"atmosphere": {
"cloud_texture": "cloudmap.png",
"diffuse_texture": "atmosphere_earth.png",
"diffuse_size": 30
},
"satellites": {
"moon": {
"texture": ["moon.jpg", "moon_medium.jpg", "moon_small.jpg", [0.53, 0.53, 0.53, 1]],
"radius": 25,
"distance": 200,
"pitch": -90,
"yaw": 6.68
},
"iss": {
"model": "satellites/iss.obj",
"distance": 110,
"scale": 10
}
}
},
"mars": {
"texture": ["mars.jpg", "mars_small.jpg", "mars_medium.jpg", [0.85, 0.47, 0.2, 1]],
"radius": 80,
"z": "4 * AU",
"pitch": -90,
"yaw": 25.19
},
"jupiter": {
"texture": ["jupiter.jpg", "jupiter_medium.jpg", "jupiter_small.jpg", [0.65, 0.36, 0.19, 1]],
"radius": 150,
"z": "6 * AU",
"pitch": -90,
"yaw": 3.13
},
"saturn": {
"texture": ["saturn.jpg", "saturn_medium.jpg", "saturn_small.jpg", [0.9, 0.8, 0.64, 1]],
"radius": 140,
"z": "8 * AU",
"pitch": -90,
"yaw": 26.73,
"ring": {
"texture": "ring_saturn.png",
"distance": 200,
"size": 150
}
},
"uranus": {
"texture": ["uranus.jpg", [0, 0.53, 0.84, 1]],
"radius": 130,
"z": "10 * AU",
"pitch": -90,
"yaw": 97.77,
"ring": {
"texture": "ring_uranus.png",
"pitch": 0,
"yaw": 0,
"roll": 90,
"distance": 200,
"size": 100
}
},
"neptune": {
"texture": ["neptune.jpg", [0.31, 0.49, 0.59, 1]],
"radius": 120,
"z": "12 * AU",
"pitch": -90,
"yaw": 28.32
},
"sky": {
"texture": "sky.jpg",
"optional": true,
"lighting": false,
"radius": 190000,
"pitch": 90,
"yaw": 30,
"roll": 180,
"delta": 0,
"background": true
}
},
"start": {
"z": "2 * AU - 400",
"yaw": 180
}
}