Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
toxicFork committed Oct 15, 2017
1 parent e488d56 commit 48e1eb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ Plane clipping shaders for Unity3D 5.3.2+. Extends the Standard shader!
Now it works with the specular setup as well!

![example](http://i.imgur.com/sHb2Y1H.png)

## Usage

Attach the "ClippableObject" script to an object.

It will replace the material of the object with a "clippable" standard material.

If you'd like to reuse the properties of your material (as long as it's based from standard material) see #2 !

0 comments on commit 48e1eb7

Please sign in to comment.