0

I would like to give each instance (here a cube) within a geometry node setup a randomly assigned color. I have tried Capture Attribute but haven't had success with it so far.

enter image description here

quellenform
  • 35,177
  • 10
  • 50
  • 133

1 Answers1

4

Actually, this question has already been asked a few times in different forms, but here is a variant that describes the current solution path with Blender 3.2:

enter image description here

This is where the Store Named Attribute node comes into play, with which you can store a color value per instance. This color value is then simply queried in the shader using the Color Attribute node.

quellenform
  • 35,177
  • 10
  • 50
  • 133