Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Update default near clip plane for transparent display (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
FejZa committed May 18, 2020
1 parent f92b1fa commit 0f81900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MonoBehaviour:
cameraClearFlagsOpaqueDisplay: 1
backgroundColorOpaqueDisplay: {r: 0, g: 0, b: 0, a: 1}
opaqueQualityLevel: 0
nearClipPlaneTransparentDisplay: 0.85
nearClipPlaneTransparentDisplay: 0.2
cameraClearFlagsTransparentDisplay: 2
backgroundColorTransparentDisplay: {r: 0, g: 0, b: 0, a: 0}
transparentQualityLevel: 0
Expand Down

0 comments on commit 0f81900

Please sign in to comment.