WPF - Drawing 3D Object
I am newbie to WPF. I have drawn simple 3D cube and rotate it with mouse But my question is, is it possible to draw wireframe object in WPF Without using an开发者_StackOverflow中文版y third party library(eg.Charles Petzold's libraty etc..)?
Unfortunatly the DirectX that WPF is built upon doesn't allow drawing lines, only rectangles which in turn means no wireframe. Sorry, you´ll have to look around for another solution.
精彩评论