See demo of the 20 outline styles includedAll styles support occlusion with the options of only showing occluded areas, only showing non-occluded areas or always showing everything. This post process effect is based on custom HLSL code that is designed to achieve a soft outline effect in the most efficient way. This is achieved by leveraging temporal anti aliasing (TAA) …
Read More »DecalPortal
Frosted Glass
Watch Video OverviewThe frosted glass shader is provided in two fundamental implementations, each with their benefits and drawbacks (they can be combined): Surface Material Supports per surface diffuse color (for effects like stained glass) Supports per surface reflection color Does not support rendering translucency behind the frosted surface Supports mobile rendering (lower quality) Post Process Material Supports per post process …
Read More »