Tag: Geometry Nodes
-
Geometry Nodes – Generic Particle System

You ever need to use Geometry Nodes for an effect that doesn’t work well with the basic particle system? You ever get tired of building the same god damn particle system in Geometry Nodes any time you want to emit points and then instance objects on those points? SAY NO MORE! I created a simplified… Read more
-
Energy Drain Effect – Globules

Another fun little geometry nodes energy drain setup, this time with some SDF grid fun! This setup distributes points either on the faces of the mesh or converts it to its volume, and then instances UV spheres in those points, which then are either attracted or repulsed by an object, and also have some fun… Read more
-
Cloth Dynamics node: shrinking/expanding vertices over time, and applied forces (Blender 5.2 Alpha)

Blender 5.2 Alpha is out and it has a few incredibly exciting new nodes: Cloth Dynamics, and Geometry Collider. These are new within Geometry Nodes and appear to be the Blender Foundation’s next step in supplanting the old cloth system with a new, stabler one, that works within Geometry Nodes. See CGDive’s video on it… Read more
-
Energy Drain Effect

This is a drain effect that I often use in order to illustrate muscle theft. This is made out of Some Geometry Nodes Bullshit that basically generates points in an area around an origin object, and then those points fly towards a target object. You can set an object to act as a collider, which… Read more
-
Using vertex groups and geometry nodes to drive texture visibility

Problem You have a character who you want to make it so that a texture or effect will only show in certain parts of the body, but you do not want to create a whole new grayscale texture to serve as a mask. For example, let’s say you want to create an effect where displacement… Read more