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.
- Host: GitHub
- URL: https://github.com/xjine/unity_lensghost
- Owner: XJINE
- License: bsd-3-clause
- Created: 2019-08-19T14:30:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T10:56:45.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T22:28:13.488Z (over 1 year ago)
- Topics: assets, shader, unity
- Language: HLSL
- Homepage:
- Size: 1.31 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)