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.
我正在用 C# 开发基于 Microsoft XNA 框架 4.0 的 3D 游戏。为了显示 3D 简笔画,我使用了像 cylinder.fbx 这样的网格并像这样加载它 this.cylinderMesh = this.Game.Content.Load("Meshes\Cylinder"); 但问题是,当我转动简笔画时,某些部分无法显示。我在这里发布我的截图:
我认为这可能与相机距离有关,导致后面的某些部分无法显示。我的猜测是对的还是问题出在哪里?