To view this content, you must be a member of Entagma’s Patreon at $29 or more
All Posts tagged “Geometry”
AHTYA 2.0 – pt. 10: Flower Tube Project Part 2
To view this content, you must be a member of Entagma’s Patreon at $29 or more
AHTYA 2.0 – pt. 09: Understanding Points, Verts, Prims, Details and Edges
To view this content, you must be a member of Entagma’s Patreon at $29 or more
AHTYA 2.0 – pt. 04: Squishy Vellum Project Part 1
To view this content, you must be a member of Entagma’s Patreon at $29 or more
DIY Rendering Engine Like It’s 1975
What do you do when you need fast info passes rendered out but are too stupid to set up something in ROPs and too lazy to use Solaris? Right – you build yourself a 1970s render engine straight in SOPs. Clever? Not sure. Useful? Definitely. […]
Geometry Nodes Ep23 – Finishing The Effect
To view this content, you must be a member of Entagma’s Patreon at $29 or more
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
Guest Course: Creating a Rolling Objects Solver – Part 4
In part four of our free course on building a rolling object solver, Bastian J. Schiffer goes over how to use our setup to have objects rolling across displaced surfaces. Download Project Files
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 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
Advanced Setups 18 – Implementing Monte Carlo Geometry Processing in VEX
To view this content, you must be a member of Entagma’s Patreon at $29 or more
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. […]
Nerd Rant 2.0 – Ep. 16: Blatant Advertising, Premium Course Blender Geometry Nodes
New premium course out on April 14th: Generative Design Using Blender Geometry Nodes Mo is cranky he’s back in Germany, Manu isn’t cranky although he hasn’t been out of Germany. Manu discusses his soon to be released premium course on Blender’s Geometry Nodes.
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 […]
Advanced Setups 09 – From Formula to VEX: Winding Numbers
To view this content, you must be a member of Entagma’s Patreon at $29 or more
No VEX Houdini: Organic Modelling Using Winding Numbers
Continuing our “No VEX Houdini” tutorials, Mo covers implementing a very clever technique to model organic surfaces using a mesh’s winding number, as presented in this thread on Twitter by Daniel Piker. In this quick (sub 10 min) tutorial, Mo will use one of Houdini’s […]
Nerd Rant 2.0 – Ep.1: Blender Geometry Nodes
Yes we still have some black frames in there, yes the audio is still slightly offset, no we don’t have a proper intro yet… but… you get the idea. In our second (or first depending on how you count) episode of our new nerd rants, […]
Advanced Setups 05 – Knots & Half Edges
To view this content, you must be a member of Entagma’s Patreon at $29 or more
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 […]
Advanced Setups 03 – Accessing Geo Attributes In Python / Using potpourri3d
To view this content, you must be a member of Entagma’s Patreon at $29 or more
Guest Tutorial – Jeroen Claus: Origami Bunny
Super happy to have Phospho’s Jeroen Claus back to present one of his production setups, this time covering how to turn any geometry into an origami version of itself, inspired by the amazing work of Robby Kraft. Project Assets Download Project File
Guest Tutorial: Simon Fiedler – Mesh Based Bubble Deformer
Simon Fiedler doing his thing again: This time he’s covering how to create this blistery/bubbly effect on a mesh without resorting to VDB conversion. Enjoy! Project Assets Download Project File
Keycap Sculptures (Disco Ball Tiling)
When we received an E-Mail by Eduard, asking if we had any idea about disco ball packing, we were intrigued. Eduard pointed out that his (apparently very patient) wife manually tiled this sculpture and was wondering if there’s any way to automate it. He also […]
Bubbles Yet Again: Implementing Glassner’s Bubble Triplets in VEX
Bubbles. Again. How thrilling. Wait – before you leave hear me out: Building this setup was one major step for me towards becoming brave enough to tackle implementing my first computer graphics paper. Andrew Glassner wrote a fantastic article about how soap bubble triplets form […]
Sloppy Unreal 03: Correcting Mistakes & Bevelling Legos
EDIT: Damn it, I think specular in UE and me are cursed. When I was testing this setup I had post processing exposure cranked up, which messed up my results. Turns out that specular expects a value between 0 and 1 which internally is remapped […]