Reputation: 8651
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.
Upvotes: 0
Views: 412
Reputation: 613013
These two technologies are not comparable. If you want to draw complex 3D scenes effectively you need Direct3D or OpenGL.
Upvotes: 1