1

The sphere in the screenshot below was done in an older version of Blender. How can I recreate this using the current nodes in Blender like the Distribute Points on Faces node and Geometry Proximity Node? enter image description here

Robert Hintz
  • 113
  • 5

2 Answers2

2

A possible variant would be the following setup:

enter image description here

Basically, the node Geometry Proximity replaces the obsolete node Attribute Proximity.

Furthermore, in this example I use the node Store Named Attribute to store an attribute in the geometry, which I then read and use again in the shader with Attribute.

By the way, you can find an overview of the nodes and their changes over time here:
Can't find the node! Which node is available in which Blender version?


(Blender 3.2+)

quellenform
  • 35,177
  • 10
  • 50
  • 133
1

you can use this node setup:

enter image description here

to get this:

enter image description here

Chris
  • 59,454
  • 6
  • 30
  • 84