0

I am using the DAE model which was exported from 3dsMax into Blender software.

enter image description here

But when I load it into Xcode the right side of it becomes transparent.

enter image description here

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
Weizhi
  • 174
  • 4
  • 22

1 Answers1

3

I believe the issue is the Normals on the right side of your model and they might be facing the wrong way.

The direction of a face is called its Normal. Sometimes get face Normals going in the wrong direction. It is easy to fix.

Select the face in edit mode then

Mesh > Normals

Blender: Edit Mode: Mesh > Normals

Hope this helps.

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
smartdog
  • 123
  • 5
  • “Sometimes get face normals going in the wrong direction.” For example, this can happen when a mesh is mirrored which appears to be the case here. – Xartec Oct 13 '17 at 21:42