How to Draw WPF 3D Wireframe Graphics
A question I periodically see on forums and discussions with WPF 3D graphics users is, "how do I draw wireframe" content for 3D. This isn't supported out of the box, but couple strategies I would suggest are:
- The out of band 3DTools library from members of the WPF 3D team includes "ScreenSpaceLines" which allows for wireframe rendering of lines.
https://www.codeplex.com/3DTools
- Charles Petzold has also posted about wireframe rendering with his own implementation.
https://www.charlespetzold.com/blog/2007/08/310158.html
Comments
- Anonymous
August 25, 2011
Dear Pete, Do you know how a 3d model in xaml can be displayed on a 3d monitor? Thanks, Robert