tags:

views:

69

answers:

1

Is there any way to draw a 3d polygon in xaml/directx using only point3d?

A: 

If you're asking whether you can bypass having a Camera, Light and stuff like this, I think the answer is no, sorry.

WPF cannot know how to draw a series of Point3D if it does not have this kind of information.

Timores