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.
我正在尝试使用 DirectX 中的 2D 渲染在屏幕上移动精灵
我正在阅读一个利用动态顶点缓冲区来移动这些精灵的教程。但是,我想知道......
使用平移矩阵来移动这些有什么问题?据我了解,动态顶点缓冲区在大多数情况下效率低下。
实际上,这可以通过平移矩阵来完成。如果没有看到您正在谈论的教程,很难猜测他们使用动态顶点缓冲区的基本原理,它可能纯粹是教学。