More complete lighting.
This commit is contained in:
parent
8542900da4
commit
3578921243
5 changed files with 244 additions and 54 deletions
|
@ -10,14 +10,14 @@ LightingSettings:
|
|||
serializedVersion: 4
|
||||
m_GIWorkflowMode: 0
|
||||
m_EnableBakedLightmaps: 1
|
||||
m_EnableRealtimeLightmaps: 0
|
||||
m_EnableRealtimeLightmaps: 1
|
||||
m_RealtimeEnvironmentLighting: 1
|
||||
m_BounceScale: 1
|
||||
m_AlbedoBoost: 1
|
||||
m_IndirectOutputScale: 1
|
||||
m_UsingShadowmask: 1
|
||||
m_BakeBackend: 1
|
||||
m_LightmapMaxSize: 1024
|
||||
m_BakeBackend: 0
|
||||
m_LightmapMaxSize: 2048
|
||||
m_BakeResolution: 40
|
||||
m_Padding: 2
|
||||
m_LightmapCompression: 3
|
||||
|
@ -45,7 +45,7 @@ LightingSettings:
|
|||
m_PVREnvironmentSampleCount: 256
|
||||
m_PVREnvironmentReferencePointCount: 2048
|
||||
m_LightProbeSampleCountMultiplier: 4
|
||||
m_PVRBounces: 2
|
||||
m_PVRBounces: 7
|
||||
m_PVRMinBounces: 1
|
||||
m_PVREnvironmentMIS: 1
|
||||
m_PVRFilteringMode: 1
|
||||
|
|
|
@ -12,7 +12,7 @@ Material:
|
|||
m_ValidKeywords:
|
||||
- _EMISSION
|
||||
m_InvalidKeywords: []
|
||||
m_LightmapFlags: 2
|
||||
m_LightmapFlags: 1
|
||||
m_EnableInstancingVariants: 0
|
||||
m_DoubleSidedGI: 0
|
||||
m_CustomRenderQueue: -1
|
||||
|
@ -77,5 +77,5 @@ Material:
|
|||
- _ZWrite: 1
|
||||
m_Colors:
|
||||
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _EmissionColor: {r: 0.7490196, g: 0.7490196, b: 0.7490196, a: 1}
|
||||
- _EmissionColor: {r: 1.2385947, g: 1.288056, b: 1.319508, a: 1}
|
||||
m_BuildTextureStacks: []
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -188,7 +188,7 @@ QualitySettings:
|
|||
excludedTargetPlatforms: []
|
||||
- serializedVersion: 2
|
||||
name: Ultra
|
||||
pixelLightCount: 150
|
||||
pixelLightCount: 50
|
||||
shadows: 2
|
||||
shadowResolution: 2
|
||||
shadowProjection: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue