0

I know how to create a radial array on a flat surface. i need someone with skills and imagination to understand I want the array to sit on a sphere and conform to the curve of the sphere(wrap).

Damon
  • 1
  • 1

1 Answers1

4

One possibility is through instancing on a sphere, where you parent the array object to the sphere:

enter image description here

Either with faces, or with Vertices (aligned to vertex normal)

enter image description here

james_t
  • 5,446
  • 8
  • 29