Skip to content

Commit a8d07ad

Browse files
committed
Adjusted shadow properties for nuts and bolts
Set static shadow casting for nuts and bolts prefabs
1 parent a0bc453 commit a8d07ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Assets/Resources/Prefabs/Hardware/ScrewPhilips.prefab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ MeshRenderer:
5252
m_CastShadows: 1
5353
m_ReceiveShadows: 1
5454
m_DynamicOccludee: 1
55-
m_StaticShadowCaster: 0
55+
m_StaticShadowCaster: 1
5656
m_MotionVectors: 1
5757
m_LightProbeUsage: 1
5858
m_ReflectionProbeUsage: 1
@@ -136,7 +136,7 @@ MeshRenderer:
136136
m_CastShadows: 1
137137
m_ReceiveShadows: 1
138138
m_DynamicOccludee: 1
139-
m_StaticShadowCaster: 0
139+
m_StaticShadowCaster: 1
140140
m_MotionVectors: 1
141141
m_LightProbeUsage: 1
142142
m_ReflectionProbeUsage: 1

Assets/Resources/Prefabs/Hardware/ThreadedRodAndHexNut.prefab

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ MeshRenderer:
5252
m_CastShadows: 1
5353
m_ReceiveShadows: 1
5454
m_DynamicOccludee: 1
55-
m_StaticShadowCaster: 0
55+
m_StaticShadowCaster: 1
5656
m_MotionVectors: 1
5757
m_LightProbeUsage: 1
5858
m_ReflectionProbeUsage: 1
@@ -136,7 +136,7 @@ MeshRenderer:
136136
m_CastShadows: 1
137137
m_ReceiveShadows: 1
138138
m_DynamicOccludee: 1
139-
m_StaticShadowCaster: 0
139+
m_StaticShadowCaster: 1
140140
m_MotionVectors: 1
141141
m_LightProbeUsage: 1
142142
m_ReflectionProbeUsage: 1

0 commit comments

Comments
 (0)