3D 图形:WPF 与 Direct3D
在复杂的 3D 场景中,WPF 和 Direct3D 绘图速度是否具有可比性?如果没有,为什么?有一天会融合吗?
例如,在 CG 高级效果方面,WPF 还存在哪些其他限制?
谢谢。
Are WPF and Direct3D drawing speeds comparable on complex 3D scene? If not, why? Will some day converge?
What are other WPF limitations in terms of CG advanced effects for example?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这两种技术没有可比性。如果您想有效地绘制复杂的 3D 场景,您需要 Direct3D 或 OpenGL。
These two technologies are not comparable. If you want to draw complex 3D scenes effectively you need Direct3D or OpenGL.