All Projects → keijiro → Spriteoutlinefx

keijiro / Spriteoutlinefx

Licence: unlicense
Outline image effect for 2D sprites.

Labels

Projects that are alternatives of or similar to Spriteoutlinefx

Smo Shaders
A collection of shaders to replicate those used in Super Mario Odyssey's Snapshot Mode.
Stars: ✭ 97 (-37.01%)
Mutual labels:  shaderlab
Lwrpshaders
A collection of high customizable unlit shaders for Lightweight Render Pipeline
Stars: ✭ 125 (-18.83%)
Mutual labels:  shaderlab
Unityurp Billboardlensflareshader
(1)Add a new Quad GameObject (2)Use this shader (3)Done! Now you have billboard lens flare shader for URP!
Stars: ✭ 140 (-9.09%)
Mutual labels:  shaderlab
Normal Mapping For A Triplanar Shader
Example shaders showing different methods of implementing normal mapping for triplanar shaders.
Stars: ✭ 101 (-34.42%)
Mutual labels:  shaderlab
Otto
Otto sample project for the AI Planner
Stars: ✭ 113 (-26.62%)
Mutual labels:  shaderlab
Rcam
Real time volumetric video capture for live visuals
Stars: ✭ 128 (-16.88%)
Mutual labels:  shaderlab
Sigexam
Correction of a Shader Exam
Stars: ✭ 94 (-38.96%)
Mutual labels:  shaderlab
Learnunityshader
学习Unity Shader过程中的一些记录,特效,动画Demo。
Stars: ✭ 141 (-8.44%)
Mutual labels:  shaderlab
Unity fps
Project and asset files for FPS Unity game.
Stars: ✭ 117 (-24.03%)
Mutual labels:  shaderlab
Chinesepaintingdemo
Demo of Chinese Painting Shader
Stars: ✭ 139 (-9.74%)
Mutual labels:  shaderlab
Arcadevehiclephysics
A framework for creating an arcade inspired physics system for vehicles in Unity
Stars: ✭ 103 (-33.12%)
Mutual labels:  shaderlab
Raymarchinginhdrp
Stars: ✭ 112 (-27.27%)
Mutual labels:  shaderlab
Unityplayground
Experimental use
Stars: ✭ 127 (-17.53%)
Mutual labels:  shaderlab
Unitytoonshader
👾 Toon shader for Unity.
Stars: ✭ 99 (-35.71%)
Mutual labels:  shaderlab
Neitri Unity Shaders
Collection of shaders for Unity3D and VRChat
Stars: ✭ 137 (-11.04%)
Mutual labels:  shaderlab
Unitypixelartcamera
Easy pixel art camera rendering in Unity
Stars: ✭ 95 (-38.31%)
Mutual labels:  shaderlab
2d Water Shader
2D Water Shader made in HLSL in Unity based on water effect from the game Kingdom
Stars: ✭ 126 (-18.18%)
Mutual labels:  shaderlab
Unityscreenspaceboolean
Screen Space Boolean Implementation for Unity.
Stars: ✭ 150 (-2.6%)
Mutual labels:  shaderlab
Unitychantoonshaderver2 project
UnityChanToonShaderVer2 Project / v.2.0.8 Release
Stars: ✭ 2,334 (+1415.58%)
Mutual labels:  shaderlab
Pencilsketcheffect
Real Time Hatching In Unity
Stars: ✭ 134 (-12.99%)
Mutual labels:  shaderlab

SpriteOutlineFx

SpriteOutlineFx is an image effect which adds outlines to sprites.

Screenshot

Usage

SpriteOutlineFx draws contour lines of alpha channel values. The following points should be kept in mind.

  • The alpha channel of the screen must be cleared by setting a zero alpha color to the camera's clear color.
  • Use a color mask to draw sprites/objects without outlines. See the Sprites-NoAlpha shader for a detailed usage example.
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].