Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ellioman committed Feb 26, 2017
1 parent 640639f commit e385d02
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Projects/DepthTexture/DepthTexture.shader
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Shader "Ellioman/DepthTexture"
uniform sampler2D _MainTex;
uniform sampler2D _CameraDepthTexture; // Build in texture from UnityCG.cginc that gives us depth info
uniform fixed _DepthPower;

// The Fragment Shader
fixed4 fragmentShader(v2f_img IN) : COLOR
{
Expand Down
Binary file modified Assets/Projects/DepthTexture/_DepthTexture.unity
Binary file not shown.
Binary file modified Assets/Projects/Dissolve/DissolveHole.mat
Binary file not shown.
Binary file modified Assets/Projects/Dissolve/DissolveNet.mat
Binary file not shown.
Binary file modified Assets/Projects/Dissolve/DissolveNoCut.mat
Binary file not shown.

0 comments on commit e385d02

Please sign in to comment.