Skip to content

Commit 1c402a9

Browse files
committed
Update sky_stormy02_hdr
1 parent e998b5a commit 1c402a9

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

app/ui/skyboxgrid.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export default function SkyboxGrid({
3131

3232
// Group skyboxes by time of day or weather conditions
3333
const groupedSkyboxes = useMemo(() => {
34-
console.log(sort);
3534
if (sort === 'time-of-day') {
3635
const groups: Record<string, string[]> = {};
3736

public/data/sky_stormy02_hdr.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,23 @@
2323
"sunAngle": "0 142 0",
2424
"pitch": "-20",
2525
"brightness": [
26-
247,
27-
247,
28-
210,
29-
500
26+
203,
27+
198,
28+
178,
29+
25
3030
],
3131
"ambience": [
32-
123,
33-
132,
34-
129,
32+
87,
33+
92,
34+
89,
3535
300
3636
]
37+
},
38+
"fogParameters": {
39+
"primaryFogColor": [
40+
84,
41+
86,
42+
82
43+
]
3744
}
3845
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)