Reply To: I feel really stupid but I can't seem to get the simple arm rig to work the same as yours…when I rotate the child bone, …

Forum Archive I feel really stupid but I can't seem to get the simple arm rig to work the same as yours…when I rotate the child bone, … Reply To: I feel really stupid but I can't seem to get the simple arm rig to work the same as yours…when I rotate the child bone, …

#24194
Kent Trammell
Participant

    @duketogo Since mesh faces are single-sided planes (with no thickness) by nature, the normal determines which direction the face should be displayed. It can be weird to understand this because we can’t physically recreate a single-sided face in reality.

    Everything in our world has dimension to it, even a piece of paper, which is an obvious comparison to a mesh face. A piece of paper has thickness to it, however very thin. So it’s actually a cuboid shape with 6 sides. For that reason, a piece of paper is viewable from all sides whereas a mesh face is only viewable from the direction its normal is facing.

    But in the computer we can reverse the normal direction to tell each face to display in the opposite direction. In a way, it’s like turning a shirt inside-out.

    Again, it can be weird to understand face normals since we can’t recreate it in reality..but I hope that explanation helps.