Skip to content

Commit

Permalink
feat: update lighting and mats (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Alptuğ Cırıt <[email protected]>
  • Loading branch information
mozhoku authored Apr 24, 2024
1 parent f7031b5 commit 50a0f7f
Show file tree
Hide file tree
Showing 14 changed files with 4,913 additions and 3,879 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Material:
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _ALPHAPREMULTIPLY_ON
- _SURFACE_TYPE_TRANSPARENT
m_InvalidKeywords: []
m_LightmapFlags: 4
Expand Down Expand Up @@ -184,7 +185,7 @@ Material:
- _Anisotropy: 0
- _Blend: 0
- _BlendMode: 0
- _BlendModePreserveSpecular: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
Expand Down Expand Up @@ -263,7 +264,7 @@ Material:
- _SpecularAAThreshold: 0.2
- _SpecularHighlights: 1
- _SpecularOcclusionMode: 1
- _SrcBlend: 5
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _StencilRef: 0
- _StencilRefDepth: 8
Expand Down Expand Up @@ -305,7 +306,7 @@ Material:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0}
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
- _EmissionColor: {r: 1024, g: 0, b: 0, a: 1}
- _EmissionColor: {r: 944.2831, g: 0, b: 0, a: 1}
- _EmissiveColor: {r: 0, g: 0, b: 0, a: 0}
- _EmissiveColorLDR: {r: 1, g: 0.19339621, b: 0.19339621, a: 1}
- _InvPrimScale: {r: 1, g: 1, b: 0, a: 0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Material:
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0}
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
- _EmissionColor: {r: 1024, g: 0, b: 0, a: 1}
- _EmissionColor: {r: 1335.418, g: 1335.418, b: 1335.418, a: 1}
- _EmissiveColor: {r: 0, g: 0, b: 0, a: 0}
- _EmissiveColorLDR: {r: 0.8490566, g: 0.8490566, b: 0.8490566, a: 1}
- _InvPrimScale: {r: 1, g: 1, b: 0, a: 0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Material:
- TransparentBackface
- RayTracingPrepass
- MOTIONVECTORS
- SHADOWCASTER
- DepthOnly
- SHADOWCASTER
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
Expand Down Expand Up @@ -261,7 +261,7 @@ Material:
- _IridescenceThickness: 1
- _LinkDetailsWithBase: 1
- _MaterialID: 2
- _Metallic: 0.9
- _Metallic: 0.7
- _MetallicRemapMax: 1
- _MetallicRemapMin: 0
- _Mode: 0
Expand Down Expand Up @@ -326,17 +326,17 @@ Material:
- _ZTestTransparent: 4
- _ZWrite: 0
m_Colors:
- _BaseColor: {r: 0.58406013, g: 0.99056596, b: 0.9777022, a: 0.3882353}
- _BaseColor: {r: 0.21568628, g: 0.43137255, b: 0.49019608, a: 0.6862745}
- _BaseColorMap_MipInfo: {r: 0, g: 0, b: 0, a: 0}
- _Color: {r: 0.58406013, g: 0.99056596, b: 0.9777022, a: 0.3882353}
- _Color: {r: 0.2156862, g: 0.4313725, b: 0.490196, a: 0.6862745}
- _DiffusionProfileAsset: {r: 0, g: 0, b: 0, a: 0}
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
- _EmissiveColor: {r: 0, g: 0, b: 0, a: 1}
- _EmissiveColorLDR: {r: 0, g: 0, b: 0, a: 1}
- _InvPrimScale: {r: 1, g: 1, b: 0, a: 0}
- _IridescenceThicknessRemap: {r: 0, g: 1, b: 0, a: 0}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
- _SpecColor: {r: 0.95037496, g: 0.95037496, b: 0.95037496, a: 1}
- _SpecularColor: {r: 1, g: 1, b: 1, a: 1}
- _ThicknessRemap: {r: 0, g: 1, b: 0, a: 0}
- _TransmittanceColor: {r: 1, g: 1, b: 1, a: 1}
Expand Down
Loading

0 comments on commit 50a0f7f

Please sign in to comment.