punyverse/punyverse/world.json
Quantum b2e3a1d486 Attempts to maintain the balance between correctness and appearance.
Added mip mapping due to the increase in distance.
2013-10-25 20:48:03 -04:00

99 lines
2.3 KiB
JSON

{
"au": 10000,
"planets": {
"earth": {
"texture": ["earth.jpg", "earth_medium.jpg", "earth_small.jpg", [0, 0.28, 1, 1]],
"radius": 100,
"z": "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": 27.25,
"distance": 603.357,
"orbit_speed": 1,
"eccentricity": 0.0549,
"inclination": 5.145,
"pitch": -90,
"yaw": 6.68
},
"iss": {
"model": "satellites/iss.obj",
"inclination": 51.65,
"distance": 110,
"scale": 5
}
}
},
"mars": {
"texture": ["mars.jpg", "mars_small.jpg", "mars_medium.jpg", [0.85, 0.47, 0.2, 1]],
"radius": 53.3,
"z": "1.524 * AU",
"pitch": -90,
"yaw": 25.19
},
"jupiter": {
"texture": ["jupiter.jpg", "jupiter_medium.jpg", "jupiter_small.jpg", [0.65, 0.36, 0.19, 1]],
"radius": 1120,
"z": "5.2 * AU",
"pitch": -90,
"yaw": 3.13
},
"saturn": {
"texture": ["saturn.jpg", "saturn_medium.jpg", "saturn_small.jpg", [0.9, 0.8, 0.64, 1]],
"radius": 945,
"z": "9.58 * AU",
"pitch": -90,
"yaw": 26.73,
"ring": {
"texture": "ring_saturn.png",
"distance": 1169,
"size": 2247
}
},
"uranus": {
"texture": ["uranus.jpg", [0, 0.53, 0.84, 1]],
"radius": 400,
"z": "19.23 * AU",
"pitch": -90,
"yaw": 97.77,
"ring": {
"texture": "ring_uranus.png",
"pitch": 0,
"yaw": 0,
"roll": 90,
"distance": 421,
"size": 781
}
},
"neptune": {
"texture": ["neptune.jpg", [0.31, 0.49, 0.59, 1]],
"radius": 388,
"z": "30.5 * 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": "AU - 400",
"yaw": 180
}
}