문제

I can successfully load a simple model (fbx) in XNA, but it shows that the "index was outside the bounds of the array" when I try to load my model of a spaceship. It has two meshes; one is the ship, the other is the cockpit. I have Mirror modifier on it to keep it symmetric and a subdivison modifier which makes it nice and smooth. The model was made in Blender.

It loads correctly when I remove the cockpit and the modifiers, but of course it is not good to look at in it's stripped form.

도움이 되었습니까?

해결책

You could apply the modifiers before export to make them permanent on the mesh.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top