Skip to content

Commit d72e3c6

Browse files
version 1.02
1 parent eb7bc66 commit d72e3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollonianII.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Shader "ApollonianII"
9191
float3 w = forwardSF( float(i), 16.0 );
9292
w *= sign( dot(w,nor) );
9393
float h = float(i)/15.0;
94-
ao += clamp( map( pos + nor*0.01 + w*h*0.15 ).x*2.0, 0.0, 1.0 );
94+
ao += clamp( map( pos + nor*0.01 + w*h*0.15 ).x*2.0, 0.0, 1.0 );
9595
}
9696
return clamp (ao, 0.0, 1.0 );
9797
}

0 commit comments

Comments
 (0)