Problems with texture on 3D model

Hi,

I imported a free asset (Free Medieval 3D People Low Poly Pack by Free Game Assets (GUI, Sprite, Tilesets)) with fbx models and a texture.
After figuring out where to put the texture (finally not under content but under [projectroot]/texture) I’m able to build and render the model, but the texture is not applied correct.
It looks like only the hands are textured, the rest of the model is black. :open_mouth:

I use the BasicEffect and tried with and without:

  • DefaultLightning
  • effect.TextureEnabled and assigning effect.Texture a working Texture2D
    But its always the same: Hands look textured, the rest is black.

When I import the model to blender, anything is fine, so the data seems to be correct.

Any suggestions ?