Skip to content

Commit

Permalink
Light Count Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AcChosen committed Aug 20, 2023
1 parent e4aba16 commit f61bc9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ Material:
- _EnableVerticalMode: 0
- _Fade: 1.5
- _FadeAmt: 35
- _FadeStrength: 10
- _FadeStrength: 5
- _FeatherOffset: 0.5
- _FinalIntensity: 1
- _FinalStrobeFreq: 0
- _FixtureBaseRotationY: 27
- _FixtureMaxIntensity: 0.4
- _FixtureMaxIntensity: 0.3
- _FixtureRotationX: 0
- _GlobalIntensity: 1
- _Glossiness: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ float Fresnel(float3 Normal, float3 ViewDir, float Power)

float4 VolumetricLightingBRDF(v2f i, fixed facePos)
{
UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX( i );

#if defined(_POTATO_MODE_ON)
float noise2Stretch = _Noise2StretchPotato;
float noise2StretchInside = _Noise2StretchInsidePotato;
Expand Down

0 comments on commit f61bc9d

Please sign in to comment.