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.
我正在实现一个小软件,但无法获取绘制几何图形!我怎么能做到这一点?
谢谢你。
你的问题很模糊。如果你想绘制一些顶点,你必须使用GraphicsDevicedraw 方法,否则如果你需要绘制一些精灵,你必须使用SpriteBatchdraw 方法。如果要导入模型,可以利用Model类的 draw 方法。
GraphicsDevice
SpriteBatch
Model
如果您是从头开始,我建议您看一下这些分步教程: