An open API service indexing awesome lists of open source software.

https://github.com/xjine/unity_lensghost

Lens ghost ImageEffect.
https://github.com/xjine/unity_lensghost

assets shader unity

Last synced: about 1 year ago
JSON representation

Lens ghost ImageEffect.

Awesome Lists containing this project

README

          

# Unity_LensGhost

This is an implementation of Kawase's Lens-Ghost.

- [Frame Buffer Postprocessing Effects in DOUBLE-S.T.E.A.L(Wreckless)](http://www.daionet.gr.jp/~masa/archives/GDC2003_DSTEAL.ppt)

## Settings

Following settings are possible.

- Ghost intensity, threshold and composite-type.
- Ghost dispersion scale and the offset.
- Ghost counts.
- Ghost color.

## Import to Your Project

You can import this asset from UnityPackage.

- [LensGhost.unitypackage](https://github.com/XJINE/Unity_LensGhost/blob/master/LensGhost.unitypackage)

### Dependencies

You have to import following assets to use this asset.

- [Unity_ImageEffectBase](https://github.com/XJINE/Unity_ImageEffectBase)
- [Unity_ImageFilters](https://github.com/XJINE/Unity_ImageFilters)