To view this content, you must be a member of Entagma’s Patreon at $29 or more
All Posts tagged “dotproduct”
A Procedural Polka Dot Shader with Analytic Normals
Today we’ll build a procedural shader that produces a polka dot pattern. While this is quite informative, as we learn how to tile the uv space, the interesting part is creating the normal map. We want to use the implicit sphere equation to derive z […]
Create a Reveal Effect in Blender Geometry Nodes using Linear Falloff
Although Geometry Nodes does not support simulation yet, we can still use it to create effects that look like particles. In this tutorial you’ll learn how to implement a linear falloff using the dot product to control a lot of instances procedurally, We’ll then use […]
Create a Procedural Hatching Shader in Blender Cycles
Today Manu looks at another porcedural area of Blender, the shader editor. We build a procedural hatching shader that will come in handy for your next NPR project. You’ll learn about generating procedural lines and doing 3D shading yourself inside of the shader using the […]
TD Essentials: Parallel Transport
Curve framing is important for a lot of things, like trajectories, creating geometry from curves or aligning copied geometry to curves. In this tutorial Manuel implements the parallel transport algorithm that transports an initial normal vector along a curve to create a smoothly varying frame. […]