Skip to content

Commit

Permalink
temporary fix for inverted flag normals
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliajmoser committed Oct 14, 2024
1 parent 24158c8 commit 397af62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Assets/_Assets/Materials/GreenBand.mat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Material:
- _SPECULARHIGHLIGHTS_OFF
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_DoubleSidedGI: 1
m_CustomRenderQueue: 2051
stringTagMap:
RenderType: Opaque
Expand Down Expand Up @@ -143,7 +143,7 @@ Material:
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _Cull: 2
- _Cull: 0
- _Cutoff: 0.5
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
Expand Down
4 changes: 2 additions & 2 deletions Assets/_Assets/Materials/RedBand.mat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Material:
- _SPECULARHIGHLIGHTS_OFF
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_DoubleSidedGI: 1
m_CustomRenderQueue: 2051
stringTagMap:
RenderType: Opaque
Expand Down Expand Up @@ -143,7 +143,7 @@ Material:
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _Cull: 2
- _Cull: 0
- _Cutoff: 0.5
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
Expand Down

0 comments on commit 397af62

Please sign in to comment.