All Projects → keijiro → Kinocontour

keijiro / Kinocontour

Licence: mit
Contour line filter for Unity

Projects that are alternatives of or similar to Kinocontour

Skeletalgeometriceffects
Experiments on geometry shader instancing with skeletal animations
Stars: ✭ 436 (+9%)
Mutual labels:  unity, unity3d, shader, effects
Standardgeometryshader
An example of a geometry shader with Unity's standard lighting model support.
Stars: ✭ 303 (-24.25%)
Mutual labels:  unity, unity3d, shader, effects
Kinomotion
Motion blur post-processing effect for Unity
Stars: ✭ 484 (+21%)
Mutual labels:  unity, unity3d, shader, effects
Isaura
An attempt at making a aura thingie with a isoline shader.
Stars: ✭ 187 (-53.25%)
Mutual labels:  unity, unity3d, shader, effects
Kinotube
An image effect simulating analog video artifacts in Unity.
Stars: ✭ 142 (-64.5%)
Mutual labels:  unity, unity3d, shader, effects
Retro3dpipeline
A minimal example of a custom render pipeline with the Retro3D shader.
Stars: ✭ 354 (-11.5%)
Mutual labels:  unity, unity3d, shader
Unity Shaders
✨ Shader demo - More than 300 examples
Stars: ✭ 198 (-50.5%)
Mutual labels:  unity, unity3d, shader
Noiseball2
A small example of procedural modeling with compute shaders.
Stars: ✭ 215 (-46.25%)
Mutual labels:  unity, unity3d, shader
Uieffect
UIEffect is an effect component for uGUI element in Unity. Let's decorate your UI with effects!
Stars: ✭ 3,449 (+762.25%)
Mutual labels:  unity, unity3d, shader
Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-57%)
Mutual labels:  unity, unity3d, shader
Contactshadows
Experimental implementation of contact shadows for Unity.
Stars: ✭ 219 (-45.25%)
Mutual labels:  unity, unity3d, shader
Rdsystem
Reaction-diffusion system with CustomRenderTexture.
Stars: ✭ 271 (-32.25%)
Mutual labels:  unity, unity3d, shader
Kinobinary
Binary image effect for Unity
Stars: ✭ 180 (-55%)
Mutual labels:  unity, unity3d, shader
Shinyeffectforugui
Shiny effect of uGUI, which does not need mask or normal map.
Stars: ✭ 204 (-49%)
Mutual labels:  unity, unity3d, shader
Kinovision
Frame visualization utility for Unity
Stars: ✭ 177 (-55.75%)
Mutual labels:  unity, unity3d, shader
Videoplayereffects
Experimental special effects for VideoPlayer (Unity 5.6 new feature)
Stars: ✭ 252 (-37%)
Mutual labels:  unity, unity3d, shader
Depthinverseprojection
An example showing how to inverse-project depth samples into the view/world space in Unity.
Stars: ✭ 296 (-26%)
Mutual labels:  unity, unity3d, shader
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (-22.25%)
Mutual labels:  unity, unity3d, shader
Skyboxplus
Basic skybox extensions for Unity
Stars: ✭ 324 (-19%)
Mutual labels:  unity, unity3d, shader
Bloodfx
Procedural blood stain shader
Stars: ✭ 170 (-57.5%)
Mutual labels:  unity, unity3d, shader

Contour

Contour is a contour line (edge detection) filter for Unity.

screenshot

Installation

Download one of the unitypackage files from the Releases page and import it to the project.

How to Use

Add the Contour component to a camera. Done.

Not only the colors but also opacities of contour lines and background can be changed by setting alpha channel values of Line Color and Background Color.

Contour supports three types of sources -- Color, Depth and Normal. The Normal source is only available in the deferred shading path.

In the typical usage, the Depth source is used to add silhouette lines to objects, but it's not good at detecting boundaries between contacting objects (e.g. feet and ground). The Normal source is useful for such cases.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].