mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:19:05 +02:00
Swap key light directions in Create
This commit is contained in:
parent
87cac67c75
commit
1e746e1b1c
1 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ const GROUPS = [
|
||||||
multiplier: DEGREES_TO_RADIANS,
|
multiplier: DEGREES_TO_RADIANS,
|
||||||
decimals: 2,
|
decimals: 2,
|
||||||
unit: "deg",
|
unit: "deg",
|
||||||
propertyID: "keyLight.direction.x",
|
propertyID: "keyLight.direction.y",
|
||||||
showPropertyRule: { "keyLightMode": "enabled" },
|
showPropertyRule: { "keyLightMode": "enabled" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -206,7 +206,7 @@ const GROUPS = [
|
||||||
multiplier: DEGREES_TO_RADIANS,
|
multiplier: DEGREES_TO_RADIANS,
|
||||||
decimals: 2,
|
decimals: 2,
|
||||||
unit: "deg",
|
unit: "deg",
|
||||||
propertyID: "keyLight.direction.y",
|
propertyID: "keyLight.direction.x",
|
||||||
showPropertyRule: { "keyLightMode": "enabled" },
|
showPropertyRule: { "keyLightMode": "enabled" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue