why the model is shown incomplete?

[ATTACH=CONFIG]1116[/ATTACH]

why the model in the game is shown incomplete? the camera is an Orthographic camera.

You’re going to have to provide more detail than that.

How are you rendering the character? What have you tried to diagnose this problem? With what results? If you know the problem is in one particular area, let’s see some source code.

To isolate the problem, try simplifying your implementation until the problem goes away. Repeat until found.

As DarkPhoton says, there can be several reasons for this and you should give us more information.
Common reasons may be that you are either passing less indices to draw call, wrong number of triangles or are using the wrong format[QUOTE=RockyCai;1270071]
why the model in the game is shown incomplete? the camera is an Orthographic camera.[/QUOTE]