Skip to content

Commit 7be91e6

Browse files
committed
Swap sky_night003 with hdr version
night003 never had proper HDR support.
1 parent b704103 commit 7be91e6

File tree

10 files changed

+43
-22
lines changed

10 files changed

+43
-22
lines changed

public/data/sky_night003.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"author": "Jacob Robbins",
3+
"description": "",
4+
"publishDate": "2012-08-05",
5+
"license": "CC BY 4.0",
6+
"categories": [
7+
"Night",
8+
"Clear"
9+
],
10+
"timeOfDay": "Night",
11+
"weatherCondition": "Clear",
12+
"steamMaps": [
13+
{
14+
"name": "Capistrano",
15+
"url": "https://steamcommunity.com/sharedfiles/filedetails/?id=495355503"
16+
}
17+
],
18+
"sunParameters": {
19+
"sunAngle": "0 330 0",
20+
"pitch": "-50",
21+
"brightness": [
22+
60,
23+
80,
24+
96,
25+
100
26+
],
27+
"ambience": [
28+
29,
29+
37,
30+
46,
31+
50
32+
]
33+
}
34+
}

public/data/sky_night003_hdr.json

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,21 @@
11
{
22
"author": "Jacob Robbins",
3-
"description": "",
4-
"publishDate": "2012-08-05",
3+
"description": "In 2025, I decided to update the original sky_night003 to a higher quality version, with proper HDR support.",
4+
"publishDate": "2025-05-26",
55
"license": "CC BY 4.0",
66
"categories": [
77
"Night",
88
"Clear"
99
],
1010
"timeOfDay": "Night",
1111
"weatherCondition": "Clear",
12-
"steamMaps": [
13-
{
14-
"name": "Capistrano",
15-
"url": "https://steamcommunity.com/sharedfiles/filedetails/?id=495355503"
16-
}
17-
],
1812
"sunParameters": {
19-
"sunAngle": "0 330 0",
20-
"pitch": "-50",
21-
"brightness": [
22-
60,
23-
80,
24-
96,
25-
100
26-
],
27-
"ambience": [
28-
29,
29-
37,
30-
46,
31-
50
32-
]
13+
"sunAngle": "0 120 0",
14+
"pitch": "-8",
15+
"brightness": [254, 231, 197, 5],
16+
"ambience": [90, 108, 141, 100]
17+
},
18+
"fogParameters": {
19+
"primaryFogColor": [20, 29, 47]
3320
}
3421
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)