Skip to content

Commit

Permalink
sweet unitymol r676beta - paper accepted un Glycobiology
Browse files Browse the repository at this point in the history
  • Loading branch information
bam93 committed Dec 9, 2014
1 parent 458b0f0 commit 963cdbd
Show file tree
Hide file tree
Showing 612 changed files with 15,873 additions and 13,480 deletions.
Binary file modified Assets/MainMenu.unity
Binary file not shown.
10 changes: 5 additions & 5 deletions Assets/Marcs_Assets/Image Based/DreamEffect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void OnRenderImage (RenderTexture source, RenderTexture destination)
BlackChannelMaterial.SetFloat( "_ContrastPower", ContrastPower );
BlackChannelMaterial.SetFloat( "_ContrastBias", ContrastBias );

ImageEffects.BlitWithMaterial (BlackChannelMaterial , source, dreamBuffer);
ImageEffects2.BlitWithMaterial (BlackChannelMaterial , source, dreamBuffer);

// Copy source to the 4x4 smaller texture.
DownSample4x (source, buffer);
Expand All @@ -153,10 +153,10 @@ void OnRenderImage (RenderTexture source, RenderTexture destination)
else FourTapCone (buffer2, buffer, i);
oddEven = !oddEven;
}
if( oddEven ) ImageEffects.Blit(buffer, destination);
else ImageEffects.Blit(buffer2, destination);
if( oddEven ) ImageEffects2.Blit(buffer, destination);
else ImageEffects2.Blit(buffer2, destination);

ImageEffects.Blit( dreamBuffer, destination, BlendMode.Multiply );
ImageEffects2.Blit( dreamBuffer, destination, BlendMode.Multiply );

RenderTexture.ReleaseTemporary(buffer);
RenderTexture.ReleaseTemporary(buffer2);
Expand Down Expand Up @@ -196,4 +196,4 @@ private static void Set4TexCoords( float x, float y, float offsetX, float offset
GL.MultiTexCoord2( 2, x + offsetX, y + offsetY );
GL.MultiTexCoord2( 3, x - offsetX, y + offsetY );
}
}
}
Binary file modified Assets/Material/4particle.mat
Binary file not shown.
Binary file modified Assets/Molecule.unity
Binary file not shown.
Binary file modified Assets/Resources/Materials/triangleparticle.mat
Binary file not shown.
297 changes: 119 additions & 178 deletions Assets/Resources/Shader/new/BallImproved.shader

Large diffs are not rendered by default.

Loading

0 comments on commit 963cdbd

Please sign in to comment.