All Posts tagged “Eevee

Geometry Nodes Simulation: Advect by Curl Noise

Simulation inside of Geometry Nodes is finally possible with this “buffer” hack. After setting up the sim environment, Manuel explains to you what the curl of a vector field is all about and implements a version of curl noise to drive some simulated particles. Download […]

Connect The Dots with Geometry Nodes, The “Plexus” Effect

This time we’ll create the “plexus” effect with Geometry Nodes inside of Blender. Manuel shows you how to abuse geometry to fake a loop, that tests all connections between the points of an incoming point cloud and compares their lengths. Then, only the ones are […]

Noise Advection with Geometry Nodes

Advecting points through vector fields is often handy for different purposes. It can be used to visualize noise fields or vector volumes or just to create some beautiful abstracted graphics. Follow Manuel in this tutorial, while he hacks Geometry Nodes to make iterative advection along […]

Geometry Nodes 3.0 – Plant Growth with Fields

Now that Blender 3.0 is in beta it is time for a little more advanced setup. In this tutorial Manuel will build a multi-layered growth effect. Fully procedural plants are scattered on a procedural terrain and controlled by an effector empty. They all grow individually […]

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 […]

Blender Geometry Nodes: Vertex Normals – Alien Orb

The development of Geometry Nodes inside of Blender does not slow down. Recently they added support for vertex normals on input meshes. Manu guides you through the stages required to build this space orb effect that relies on vertex normals. You’ll learn some procedural animation […]

Dynamic Outlines with Blender Geometry Nodes and Eevee

Now that Blender features procedural workflows with its lates feature addition Geometry Nodes its time for us to have a look at the other side of the fence. This tutorial mini-series looks into GN from a Houdini users perspective and explores what’s already there and […]

Rendering Houdini Effects in Eevee

Since the release of Blender 2.8 people are looking into Eevee, their rasterisation real time render engine. Eevee is free and gives good and quick results, so why not bringing over effects from Houdini to render there. In this tutorial I’ll walk you through the […]