This commit is contained in:
parent
0b3bb54322
commit
385220e0f6
|
@ -49,6 +49,8 @@ namespace Net.Like.Xue.Tokyo
|
|||
|
||||
var serviceCollection = BITApp.ServiceCollection = new ServiceCollection();
|
||||
|
||||
serviceCollection.AddSingleton(source);
|
||||
|
||||
serviceCollection.AddSingleton<IServiceCollection>(serviceCollection);
|
||||
|
||||
serviceCollection.AddTransient(typeof(ILogger<>),typeof( UnityLogger<>));
|
||||
|
|
|
@ -210,11 +210,11 @@ Material:
|
|||
- _HorizonCloudStart: -0.01
|
||||
- _HorizonCloudStartPosition: -0.01
|
||||
- _HorizonCloudStep: 25
|
||||
- _HorizonExponent: 3.8059983
|
||||
- _HorizonExponent: 3.7988865
|
||||
- _HorizonStep: 1000
|
||||
- _HorizonThickness: 1
|
||||
- _MoonGlow: 0.236
|
||||
- _MoonLightIntensity: 0.000010223673
|
||||
- _MoonLightIntensity: 0.0000098453875
|
||||
- _MoonSize: 0.07
|
||||
- _MoonSoftEdge: 0.22
|
||||
- _OverheadCloudAltitude: 1000
|
||||
|
@ -223,8 +223,8 @@ Material:
|
|||
- _OverheadCloudFlowDirectionZ: 1
|
||||
- _OverheadCloudFlowX: 1
|
||||
- _OverheadCloudFlowZ: 1
|
||||
- _OverheadCloudRemapMax: 1.8113157
|
||||
- _OverheadCloudRemapMin: 0.1366585
|
||||
- _OverheadCloudRemapMax: 1.800091
|
||||
- _OverheadCloudRemapMin: 0.13612132
|
||||
- _OverheadCloudSize: 10
|
||||
- _OverheadCloudStep: 2
|
||||
- _StarsDensity0: 0.4
|
||||
|
@ -245,26 +245,26 @@ Material:
|
|||
- _StarsTwinkle1: 6
|
||||
- _StarsTwinkle2: 2
|
||||
- _SunGlow: 0.45
|
||||
- _SunLightIntensity: 0.42683822
|
||||
- _SunLightIntensity: 0.4233988
|
||||
- _SunSize: 0.07
|
||||
- _SunSoftEdge: 0.5
|
||||
m_Colors:
|
||||
- _DetailOverlayColor: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _DetailOverlayTintColor: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _FogColor: {r: 0.8490566, g: 0.69017035, b: 0.6287825, a: 1}
|
||||
- _GroundColor: {r: 0.42897394, g: 0.41282788, b: 0.44410202, a: 1}
|
||||
- _GroundColor: {r: 0.42867428, g: 0.4124601, b: 0.4438662, a: 1}
|
||||
- _HorizonCloudColor: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _HorizonColor: {r: 0.8973213, g: 0.877383, b: 0.7898597, a: 1}
|
||||
- _HorizonColor: {r: 0.89745224, g: 0.8769851, b: 0.7890967, a: 1}
|
||||
- _MoonColor: {r: 1, g: 1, b: 1, a: 0}
|
||||
- _MoonDirection: {r: 0.24594446, g: 0.44825423, b: -0.8594066, a: 0}
|
||||
- _MoonDirection: {r: 0.24413833, g: 0.4449624, b: -0.8616293, a: 0}
|
||||
- _MoonLightColor: {r: 0.8431373, g: 0.9843138, b: 1, a: 1}
|
||||
- _OverheadCloudColor: {r: 1, g: 1, b: 1, a: 0.9910153}
|
||||
- _SkyColor: {r: 0.24023734, g: 0.44443977, b: 0.69209003, a: 1}
|
||||
- _OverheadCloudColor: {r: 1, g: 1, b: 1, a: 0.99058735}
|
||||
- _SkyColor: {r: 0.23968326, g: 0.4430076, b: 0.6904413, a: 1}
|
||||
- _StarsColor0: {r: 0.96470594, g: 0.9450981, b: 0.76470596, a: 1}
|
||||
- _StarsColor1: {r: 1, g: 0.5294118, b: 0.93725497, a: 1}
|
||||
- _StarsColor2: {r: 0, g: 0.92549026, b: 1, a: 1}
|
||||
- _SunColor: {r: 0.9716981, g: 0.9248061, b: 0.84731966, a: 1}
|
||||
- _SunDirection: {r: -0.4553418, g: -0.23256038, b: 0.8594065, a: 0}
|
||||
- _SunColor: {r: 0.9716981, g: 0.9248151, b: 0.8473489, a: 1}
|
||||
- _SunDirection: {r: -0.45199794, g: -0.23085254, b: 0.86162925, a: 0}
|
||||
- _SunLightColor: {r: 1, g: 0.99511117, b: 0.8632076, a: 1}
|
||||
m_BuildTextureStacks: []
|
||||
--- !u!21 &8993251732621375409
|
||||
|
|
Loading…
Reference in New Issue