[FREE] World Position based Material Effects

Hi, I’m working on a series of small material experiments using the Absolute World Position node in the materials editor.

The focus is on exploring the different kinds of effects that can be created through world space position data in the material graph. The experiments are all part of a single project on Github. Dropping the link below if anyone wants to dig into the node graphs:

Will be adding more as I go along with documentation covering the workflow. Happy to discuss any of the setups if something looks interesting.

First experiment is a Scan Pulse effect, a sweeping world scanner effect that propagates outward from a trigger point and lights up geometry as it passes through the scene.

I tried two different approaches to build it, both as post process materials using the Absolute World Position node. The first uses basic math nodes to compute distance from the pulse origin and derive a ring mask from it. The second replaces that distance logic with a Sphere Mask node and runs the result through a Sine to produce the ring pattern.

Sharing the workflow here for both implementations: