Skip to content

Commit 69fb408

Browse files
changed base value for lights intensity
1 parent 32aeb4c commit 69fb408

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

examples/3d-car-coin-hunt/3d-car-coin-hunt.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4322,7 +4322,7 @@
43224322
"effectType": "Scene3D::AmbientLight",
43234323
"name": "Effect3",
43244324
"doubleParameters": {
4325-
"intensity": 0.75
4325+
"intensity": 0.25
43264326
},
43274327
"stringParameters": {
43284328
"color": "255;255;255"
@@ -4336,7 +4336,7 @@
43364336
"distanceFromCamera": 1500,
43374337
"elevation": 45,
43384338
"frustumSize": 4000,
4339-
"intensity": 1,
4339+
"intensity": 0.75,
43404340
"rotation": 45
43414341
},
43424342
"stringParameters": {

examples/starting-3D-platformer/starting-3D-platformer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2271,7 +2271,7 @@
22712271
"effectType": "Scene3D::AmbientLight",
22722272
"name": "3D Light",
22732273
"doubleParameters": {
2274-
"intensity": 0.75
2274+
"intensity": 0.25
22752275
},
22762276
"stringParameters": {
22772277
"color": "255;255;255"
@@ -2285,7 +2285,7 @@
22852285
"distanceFromCamera": 1500,
22862286
"elevation": 45,
22872287
"frustumSize": 4000,
2288-
"intensity": 0.5,
2288+
"intensity": 0.75,
22892289
"rotation": 0
22902290
},
22912291
"stringParameters": {

examples/starting-3d-driving/starting-3d-driving.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@
11961196
"effectType": "Scene3D::AmbientLight",
11971197
"name": "3D Light",
11981198
"doubleParameters": {
1199-
"intensity": 0.75
1199+
"intensity": 0.25
12001200
},
12011201
"stringParameters": {
12021202
"color": "255;255;255"
@@ -1210,7 +1210,7 @@
12101210
"distanceFromCamera": 1500,
12111211
"elevation": 45,
12121212
"frustumSize": 4000,
1213-
"intensity": 0.5,
1213+
"intensity": 0.75,
12141214
"rotation": 0
12151215
},
12161216
"stringParameters": {

examples/starting-first-person/starting-first-person.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@
15571557
"effectType": "Scene3D::AmbientLight",
15581558
"name": "3D Light",
15591559
"doubleParameters": {
1560-
"intensity": 0.75
1560+
"intensity": 0.25
15611561
},
15621562
"stringParameters": {
15631563
"color": "255;255;255"
@@ -1571,7 +1571,7 @@
15711571
"distanceFromCamera": 1500,
15721572
"elevation": 45,
15731573
"frustumSize": 4000,
1574-
"intensity": 0.5,
1574+
"intensity": 0.75,
15751575
"rotation": 0
15761576
},
15771577
"stringParameters": {

0 commit comments

Comments
 (0)