3

I'm having trouble telling which direction each face is facing, is there any easy way of changing the default face colors to something else than light grey/slightly darker grey? or are there any other easy ways of telling when a face is pointing the wrong way?

Werner
  • 133
  • 3

2 Answers2

5

There are two much easier things you can do to visualize the direction that faces are pointing than change the user preferences.

The first is activating the normals.

enter image description here

Now every face will have a blue line pointing in the direction it is pointing.

The other thing you can do is enable Backface Culling.

enter image description here

Here I have added some loop cuts so that there are more faces to see.

If one is inverted, and pointing inward, you will also see through it. this is good for working in the BGE where faces pointing inward will make your mesh look really weird.

enter image description here

2

You can try turning on Backface Culling in the N menu. This will show only the wireframe for all reversed normal faces without a properly facing face behind them.

enter image description here

J Sargent
  • 19,269
  • 9
  • 79
  • 131