mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 06:06:53 +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,
|
||||
decimals: 2,
|
||||
unit: "deg",
|
||||
propertyID: "keyLight.direction.x",
|
||||
propertyID: "keyLight.direction.y",
|
||||
showPropertyRule: { "keyLightMode": "enabled" },
|
||||
},
|
||||
{
|
||||
|
@ -206,7 +206,7 @@ const GROUPS = [
|
|||
multiplier: DEGREES_TO_RADIANS,
|
||||
decimals: 2,
|
||||
unit: "deg",
|
||||
propertyID: "keyLight.direction.y",
|
||||
propertyID: "keyLight.direction.x",
|
||||
showPropertyRule: { "keyLightMode": "enabled" },
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue