day 4
This commit is contained in:
@@ -3,7 +3,7 @@ import { ConfigUiParamsCategories } from "@24tools/ads_common";
|
||||
export const globalSettings: ConfigUiParamsCategories[] = [
|
||||
{
|
||||
id: "global",
|
||||
name: "Scene settings",
|
||||
name: "Global settings",
|
||||
params: [
|
||||
{
|
||||
id: "light_intensity",
|
||||
@@ -30,7 +30,7 @@ export const globalSettings: ConfigUiParamsCategories[] = [
|
||||
values: [
|
||||
30,
|
||||
150,
|
||||
60
|
||||
50
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -43,17 +43,17 @@ export const globalSettings: ConfigUiParamsCategories[] = [
|
||||
[
|
||||
-10,
|
||||
10,
|
||||
0
|
||||
6
|
||||
],
|
||||
[
|
||||
0,
|
||||
8,
|
||||
9
|
||||
],
|
||||
[
|
||||
-10,
|
||||
10,
|
||||
1
|
||||
],
|
||||
[
|
||||
-10,
|
||||
10,
|
||||
5
|
||||
7
|
||||
]
|
||||
]
|
||||
},
|
||||
@@ -67,7 +67,7 @@ export const globalSettings: ConfigUiParamsCategories[] = [
|
||||
[
|
||||
-360,
|
||||
360,
|
||||
0
|
||||
-5
|
||||
],
|
||||
[
|
||||
-360,
|
||||
@@ -88,7 +88,7 @@ export const globalSettings: ConfigUiParamsCategories[] = [
|
||||
values: [
|
||||
30,
|
||||
150,
|
||||
60
|
||||
55
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -101,17 +101,17 @@ export const globalSettings: ConfigUiParamsCategories[] = [
|
||||
[
|
||||
-10,
|
||||
10,
|
||||
0
|
||||
2
|
||||
],
|
||||
[
|
||||
-10,
|
||||
10,
|
||||
1
|
||||
],
|
||||
[
|
||||
-10,
|
||||
10,
|
||||
0,
|
||||
8,
|
||||
5
|
||||
],
|
||||
[
|
||||
-10,
|
||||
10,
|
||||
3
|
||||
]
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user