mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Merge pull request #7263 from imgntn/masterlightsfix
Increase brightness of lights in demo
This commit is contained in:
commit
320645de8d
2 changed files with 20 additions and 0 deletions
|
@ -973,6 +973,8 @@
|
|||
y: 2.545,
|
||||
z: 2.545
|
||||
},
|
||||
intensity: 1.0,
|
||||
falloffRadius: 0.3,
|
||||
cutoff: 90,
|
||||
color: {
|
||||
red: 217,
|
||||
|
@ -1001,6 +1003,8 @@
|
|||
y: 2.545,
|
||||
z: 2.545
|
||||
},
|
||||
intensity: 1.0,
|
||||
falloffRadius: 0.3,
|
||||
cutoff: 90,
|
||||
color: {
|
||||
red: 217,
|
||||
|
@ -1074,6 +1078,8 @@
|
|||
y: 2.545,
|
||||
z: 2.545
|
||||
},
|
||||
intensity: 1.0,
|
||||
falloffRadius: 0.3,
|
||||
cutoff: 90,
|
||||
color: {
|
||||
red: 217,
|
||||
|
@ -1103,6 +1109,8 @@
|
|||
y: 2.545,
|
||||
z: 2.545
|
||||
},
|
||||
intensity: 1.0,
|
||||
falloffRadius: 0.3,
|
||||
cutoff: 90,
|
||||
color: {
|
||||
red: 217,
|
||||
|
@ -1131,6 +1139,8 @@
|
|||
y: 2.545,
|
||||
z: 2.545
|
||||
},
|
||||
intensity: 1.0,
|
||||
falloffRadius: 0.3,
|
||||
cutoff: 90,
|
||||
color: {
|
||||
red: 217,
|
||||
|
|
|
@ -960,6 +960,8 @@ MasterReset = function() {
|
|||
y: 2.545,
|
||||
z: 2.545
|
||||
},
|
||||
intensity: 1.0,
|
||||
falloffRadius: 0.3,
|
||||
cutoff: 90,
|
||||
color: {
|
||||
red: 217,
|
||||
|
@ -988,6 +990,8 @@ MasterReset = function() {
|
|||
y: 2.545,
|
||||
z: 2.545
|
||||
},
|
||||
intensity: 1.0,
|
||||
falloffRadius: 0.3,
|
||||
cutoff: 90,
|
||||
color: {
|
||||
red: 217,
|
||||
|
@ -1061,6 +1065,8 @@ MasterReset = function() {
|
|||
y: 2.545,
|
||||
z: 2.545
|
||||
},
|
||||
intensity: 1.0,
|
||||
falloffRadius: 0.3,
|
||||
cutoff: 90,
|
||||
color: {
|
||||
red: 217,
|
||||
|
@ -1090,6 +1096,8 @@ MasterReset = function() {
|
|||
y: 2.545,
|
||||
z: 2.545
|
||||
},
|
||||
intensity: 1.0,
|
||||
falloffRadius: 0.3,
|
||||
cutoff: 90,
|
||||
color: {
|
||||
red: 217,
|
||||
|
@ -1118,6 +1126,8 @@ MasterReset = function() {
|
|||
y: 2.545,
|
||||
z: 2.545
|
||||
},
|
||||
intensity: 1.0,
|
||||
falloffRadius: 0.3,
|
||||
cutoff: 90,
|
||||
color: {
|
||||
red: 217,
|
||||
|
|
Loading…
Reference in a new issue