mirror of
https://github.com/quantum5/punyverse.git
synced 2025-04-24 13:11:57 -04:00
Removed normal mapping and reduced asteroid count. FPS improves by an order of magnitude.
This commit is contained in:
parent
678938ab10
commit
2350fc7d26
|
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue