Similar Channels to Martin Donald on the Channel Galaxy Map
YouTube Channel Recommendations for people who like Martin Donald (Click a channel's button below to go to their page on Channel Galaxy and find more new YouTube suggestions)
About Martin Donald
Technical Artist and Game Developer. I like to make games, tech demos and fun tutorials.
Recent Videos from Martin Donald
Christmas special, making it snow.
For this (belated) Christmas special I take a look at a few different ways we can add snow to a scene and make it interactive.
References:
Using viewports for dynamic snow: https://www.youtube.com/watch?v=F_KZyc_kLYs
Sobel filter for normals: https://stackoverflow.com/questions/5281261/generating-… Glyphs, shapes, fonts, signed distance fields.
Old but gold, in this video I explain how to generate and use signed distance field textures for rendering sharp vector-like shapes such as text and graphics.
References:
https://cdn.cloudflare.steamstatic.com/apps/valve/2007/SIGGRAPH2007_AlphaTestedMagnification.pdf
https://shaderbits.com/blog/va… Vertex animation textures, beanbags and boneless animations.
The skeletal animation workflow is very common in realtime applications due to its flexibility and performance, but it can make certain types of animations tricky to pull off. In this video I explore using vertex animation textures to get realtime-friendly per-vertex animations from Blender into Go…