8

I made a hair particle system and set the Dupli Group to a group of 3 objects. Each of the 3 objects has:

  • it's origin set to be touching the XY plane (on layer 2)

  • it's Scale applied to 1 and it's Rotation applied to 0

enter image description here

I am trying to get each of the objects to sit directly on top of the ground, but instead, they are centered in the plane, half above the plane and half below the plane:

enter image description here

What am I doing wrong? Here is my blend file.

David
  • 49,291
  • 38
  • 159
  • 317
Thom Blair III
  • 16,535
  • 20
  • 75
  • 112

1 Answers1

14

This is because hair particles use the global +X axis as "up" for orienting the particle.

If you rotate your objects 90° on the Y axis so that the direction you want to be facing up is instead facing global +X, you get the following result:

enter image description here

It isn't necessary to apply the rotation, since you have Rotation enabled in Particle Settings > Render.

Note that if you don't have Rotation enabled, for some reason the "up" direction becomes global +Y, and you will need to apply rotation for changes to take effect.

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133