Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在 XNA 中成功加载一个简单的模型 (fbx),但是当我尝试加载我的宇宙飞船模型时,它显示“索引超出了数组的范围”。它有两个网格;一个是船,另一个是驾驶舱。我在它上面有镜像修改器以保持它的对称性和一个细分修改器使它变得漂亮和平滑。该模型是在 Blender 中制作的。
当我移除驾驶舱和修改器时,它会正确加载,但当然以剥离形式查看并不好。
您可以在导出之前应用修改器以使它们在网格上永久存在。