abenci
abenci

Reputation: 8651

3D graphics: WPF vs Direct3D

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

Answers (1)

David Heffernan
David Heffernan

Reputation: 613013

These two technologies are not comparable. If you want to draw complex 3D scenes effectively you need Direct3D or OpenGL.

Upvotes: 1

Related Questions