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 和 c# 从 3d 对象创建 2d 绘图。例如,我在想类似的事情:当您在绘画中创建图片或其他任何东西然后将该图片保存到某个文件夹时。并将该文件夹文件显示(我认为这就是它的名称)设置为缩略图,它将将该图片显示为图标。
最好的祝福!
将 3D 模型绘制到 RenderTarget2D,然后根据需要使用该纹理。