3

As you can see from the attached image, I am currently working on a curved hallway made of single brick walls, which I started from: how can I create a pavement and a ceiling following the hallway?

enter image description here

Another thing: in the hallway there should be some circular ceiling lights which should follow the curve without deforming, how is possible to maintain their shape?

enter image description here

1 Answers1

3

It must be doable in Geometry Nodes. If you want to do it with modifiers, you can create your curve, create a plane, put it at the same location as the curve, give it an Array modifier (Fit Curve mode) and a Curve modifier (with the curve as Curve Object):

enter image description here

Keep the plane selected and in the Object panel enable the Instancing > Faces option. Then create a brick segment (see image) and parent it to the plane, the brick will be instanced on each plane:

enter image description here

Do the same for the other wall and for the lights. File:

moonboots
  • 155,560
  • 7
  • 105
  • 171