Crystals are tedious to create by hand, especially if you want to create lots of them. In this tutorial Manuel looks into how to create a procedural crystal generator from start to finish using Blender 4.3 Geometry Nodes. We‘ll create detailed geometry with internal crystal […]
All posts by “Manuel”
Geometry Nodes Ep22 – Coloring the Yarn Sculpture
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep21 – Creating the Second Layer: The Yarn Sculpture
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep20 – Implementing a Linear Falloff
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Simulation: Relax Points
Often you’ll need point distributions with non-overlapping points. Be it that you want to pack scales onto the surface of a fish or distribute vegetation on your procedural terrain. Although the “distribute points on faces” node comes with a poisson disc mode to remove overlapping […]
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 […]
Chainmail Part 2: Deform the Chainmail Using UVSample
In this second part of the chainmail tutorial Manuel shows you how to create a Vellum cloth sim and how to attach the chainmail geo to the simulated cloth using the VEX function UVSample(). Download Project File
Chainmail Part 1: Creating a Procedural Chainmail Pattern
In this first part of the chainmail tutorial Manuel shows you how to create procedural chainmail instancing real geometry onto a procedural hex pattern created with VOPs. Download Project File
Geometry Nodes Ep19 – Cleaning Up and Creating Reusable Node Groups
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep18 – Creating Instances and Manipulating them
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep17 – Finishing the Falloff and Node Groups
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep16 – Psyche Transform – Spherical Falloff
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep15 – Real World Project 1 – Psyche Transform Effect
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Better Texture Tiling
Even if you have a perfect tilable texture with seamless borders you often run into problems when tiling the same texture often to cover large areas. If your texture happens to be irregular you might want to give this tiling trick a try to make […]
Procedurally Create Detroit Agate with a Karma Shader
If layers over layers of car paint accumulate in the factory over the years they create grey rocks with magic hidden inside. Once you start to cut and polish these rocks all the individual color layers are revealed and create a color explosion. In this […]
Procedural UV Unwrapping with Geometry Nodes
This tutorial uses Blender 3.3 Alpha. You can get this version from here: Download Experimental Builds Blender 3.3 Alpha adds nodes for procedural UV unwrapping. In this quick tip tutorial Manuel explains one way of using the new feature on some procedurally built rocks.
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 Ep14 – Create the Procedural Low Poly Rocks Shader
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep13 – Create the Procedural Low Poly Rocks Geometry
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep12 – Displace and Shade a Torus by Noise
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep11 – Create Noise Driven Displacement
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep10 – Fields
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep09 – Visualize Vector Addition
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep08 – Make the Visualizer into a reusable Node Group
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep07 – Refine the Vector Visualizer
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep06 – Creating a Vector Visualizer
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep05 – What are Vectors
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep04 – Node Properties
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep03 – Working with Attributes
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Geometry Nodes Ep02 – Working with Geometry
Now it’s time to get our hands dirty with Geometry Nodes. Let’s create our first procedural setup, that turns a triangulated model into an alien mesh structure. In this lesson you’ll learn how to use Geometry nodes to modify existing geometry and how to branch […]
Geometry Nodes Ep01 – Intro to Geometry Nodes
In this episode we’ll look into how geometry is stored inside of Blender, how polygons define the connectivity of vertices and how Geometry Nodes is just another modifier, but one that can be customized without limits. To follow the lessons you’ll need at least Blender […]
Geometry Nodes Ep00 – Overview
Blender rencently added a brand new procedural system to its feature set: Geometry Nodes. While being quite powerful it’s not necessarily easily accessible, especially if you are new to procedural workflows. So we decided to cover this system in depth with a new patreon course. […]
Pack Points inside Objects with Geometry Nodes
Geometry Nodes offer a node to distribute points on the surface of another object. But scattering points inside of the volume of a object is not as simple. In this tutorial Manuel explains how to build a Geometry Nodes setup that does just that. First […]
Render Houdini Particles with Blender CyclesX via Geometry Nodes
Transferring data between DCCs is a cumbersome but necessary task. Particles are not yet supported via nodes inside of Blender for example and usually come in from somewhere else. In this tutorial Manuel shows you how to create a surface flow particle effect inside of […]
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 […]
Geometry Nodes 3.0 – Cube Grid with Fields
The Geometry Nodes Team decided to redo the architecture of Geometry Nodes for the Blender 3.0 release. Fortunately we can have a look at the new way of working immediately by using the 3.0 Alpha. This tutorial creates a similar effect as my older Cube […]
No VEX Houdini: Dual Surfaces, my favourite setup
A new tutorial in the No VEX Houdini series. Here Manu explains one of his all time favourite setups: Dual Surfaces. By calculating the dual graph to the initial delaunay mesh, the triangle mesh that is, we end up with a very interesting voronoi-style surface […]
TD Essentials: Create a Swept Phyllotaxis Operator in Houdini
Plant growth has a strong connection to mathematics. Especially the special phyllotactic distribution pattern shows up a lot in nature. Be it the head of a sunflower, a pinecone or a pineapple. The dense packing of seeds and other organs on the surface of these […]
Cube Grid – Use Color on Geometry Nodes Instances
Geometry Nodes inside of Blender is constantly updated and expanded on. Using the latest Blender 3.0 Alpha we can now transfer color to geometry generated through instances. This wasn’t possible before and opens a wide range of possibilities for creative expression in Blender. Follow Manuel […]
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 […]
Building a Flowmap Shader in Blender using Flowmap Data from Houdini
Today for a game related topic: Flowmaps. These can be used to fake flowing liquids inside of a quickly executing shader. We’ll create a flowmap in Houdini using the SideFX Labs tools in this Tutorial and then move over to Blender to build an animated […]
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 […]
Particles Part 09 – Rain Part 02 – Rendering
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Rendering 101 pt. 29: PBR Part 1 – The Physics
To view this content, you must be a member of Entagma’s Patreon at $29 or more