Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Creating 3D Models for WPF Pt1 - Blank paper to blocky outline
Sep 14, 2009 at 2:01 PMNice work Mike.
The videos are really a great tutorial for WPF 3D beginners.
To see some more WPF 3D samples see the http://www.wpf-graphics.com/Overview3d.aspx - there are also samples with source code available.
WPF 3.5 SP1 Graphics with David Teitlebaum
Sep 25, 2008 at 2:28 PMNow my question:
David, at 21:11 you mentioned that the integrated DirectX could also be used for wireframes.
After some investiation, the only thing I saw was a new D3DImage class (btw. it is very usefull). But it is not appropriate to create a 3d lines and wires.
So is there a way to use the real DirectX 3d lines or do we still have to use workarounds like ScreenSpaceLines3D and similar (use triangles to simulate lines) which are quite slow?