Removed normal mapping and reduced asteroid count. FPS improves by an order of magnitude.

This commit is contained in:
Quantum 2014-01-02 23:50:46 -05:00
parent 678938ab10
commit 2350fc7d26

View file

@ -57,8 +57,7 @@
"roll": -90, "roll": -90,
"mass": 5.97219e+24, "mass": 5.97219e+24,
"rotation": 86400, "rotation": 86400,
"division": 250, "division": 90,
"normal": "earth_normal.jpg",
"atmosphere": { "atmosphere": {
"cloud_texture": ["cloudmap.jpg", "cloudmap_small.jpg"], "cloud_texture": ["cloudmap.jpg", "cloudmap_small.jpg"],
"diffuse_texture": "atmosphere_earth.png", "diffuse_texture": "atmosphere_earth.png",
@ -307,7 +306,7 @@
"radius": "2.362 * AU", "radius": "2.362 * AU",
"cross": 1000, "cross": 1000,
"scale": 30, "scale": 30,
"count": 2048, "count": 1024,
"rotation": 114536500 "rotation": 114536500
} }
}, },