Understanding Intersection Shader
Let's dive into the details surrounding Intersection Shader. Let's see how we can make an object glow when intersecting geometry around it. Very useful technique for shields, barriers, force ...
Key Takeaways about Intersection Shader
- Twitter: @The_ArtOfCode Facebook: https://www.facebook.com/groups/theartofcode/ Patreon: ...
- Built this entire video on raymarching in
- Inspired by this presentation: http://beta.unity3d.com/talks/Siggraph2011_SpecialEffectsWithDepth_WithNotes.pdf An ...
- The
- References: - The Shadertoy: https://www.shadertoy.com/view/fst3DH - Previous Episode of
Detailed Analysis of Intersection Shader
In this tutorial, we'll continue to use scene A little different to my usual stuff, but I promise the next dev log is coming sooner rather than later. Just wanted to take a detour to ... Many
In this video I create a planet atmosphere effect using ray-sphere
That wraps up our extensive overview of Intersection Shader.