<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.windowsclient.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Perspective</title><subtitle type="html">Olivier Dewit</subtitle><id>http://blogs.windowsclient.net/odewit/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.windowsclient.net/odewit/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.windowsclient.net/odewit/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20423.869">Community Server</generator><updated>2008-05-14T16:52:00Z</updated><entry><title>A tool for building circle arcs with WPF</title><link rel="alternate" type="text/html" href="http://blogs.windowsclient.net/odewit/archive/2008/07/03/WpfCircleArcsTool.aspx" /><id>http://blogs.windowsclient.net/odewit/archive/2008/07/03/WpfCircleArcsTool.aspx</id><published>2008-07-03T19:52:00Z</published><updated>2008-07-03T19:52:00Z</updated><content type="html">&lt;div&gt;The ArcSegment class is not easy to grasp. Despite the illustrations of the&amp;nbsp;&lt;a class="" href="http://msdn.microsoft.com/en-us/library/system.windows.media.arcsegment.aspx" target="_blank"&gt;documentation&lt;/a&gt;, it is often necessary to grope to get the desired result. &lt;br /&gt;&lt;br /&gt;In WpfDemo, the example application of &lt;a class="" href="http://www.editions-eni.fr/WPF---Windows-Presentation-Foundation---Developpez-des-applications-riches-sous-Windows/.4_3a6222cf-b921-41f5-886c-c989f77ba994_667e7418-9d00-495e-82b4-74c94e4781bc_1_0_d9bd8b5e-f324-473f-b1fc-b41b421c950f.html" target="_blank"&gt;my book about WPF&lt;/a&gt; (in french), I developed a WPF page that directly shows the effect of the various properties of this class.&amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;a class="" href="http://www.odewit.net/Livres/Wpf/WpfDemo.xbap?page=Graphisme/Shapes/ArcDemo.xaml" target="_blank"&gt;ArcDemo.xaml&lt;/a&gt; (.NET 3.5 XBAP)&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;img src="http://www.odewit.net/Images/Blog/20080702/ArcDemo.jpg" alt="" /&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;div id="result_box"&gt;&lt;em&gt;Note : this module does not work in&amp;nbsp;.NET 3.5 SP1 beta, which introduces a regression bug.&lt;/em&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=37859" width="1" height="1"&gt;</content><author><name>odewit</name><uri>http://blogs.windowsclient.net/members/odewit.aspx</uri></author><category term="WPF" scheme="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx" /></entry><entry><title>Articles about WPF and Perspective</title><link rel="alternate" type="text/html" href="http://blogs.windowsclient.net/odewit/archive/2008/05/27/articles-about-wpf-and-perspective.aspx" /><id>http://blogs.windowsclient.net/odewit/archive/2008/05/27/articles-about-wpf-and-perspective.aspx</id><published>2008-05-27T06:15:00Z</published><updated>2008-05-27T06:15:00Z</updated><content type="html">&lt;p&gt;My articles about WPF programming with the Perspective library have been updated for the latest release :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;&lt;a class="" href="http://www.odewit.net/ArticleView.aspx?id=WpfLocalization&amp;amp;format=html&amp;amp;lang=en" target="_blank"&gt;Perspective : a light process for WPF localization&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;a class="" href="http://www.odewit.net/ArticleView.aspx?id=WpfDpiScaling&amp;amp;format=html&amp;amp;lang=en" target="_blank"&gt;WPF : screen resolution independence with Perspective&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;a class="" href="http://www.odewit.net/ArticleView.aspx?id=Wpf3DIntro&amp;amp;format=html&amp;amp;lang=en" target="_blank"&gt;Perspective : Easy 3D programming with WPF&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;a class="" href="http://www.odewit.net/ArticleView.aspx?id=Wpf3DControls&amp;amp;format=html&amp;amp;lang=en" target="_blank"&gt;Perspective : 3D skinnable controls&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;a class="" href="http://www.odewit.net/ArticleView.aspx?id=Wpf3DAnimation&amp;amp;format=html&amp;amp;lang=en" target="_blank"&gt;Animating a Perspective model&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;a class="" href="http://www.odewit.net/ArticleView.aspx?id=Wpf3DInstall&amp;amp;format=html&amp;amp;lang=en" target="_blank"&gt;Getting and installing Perspective&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Enjoy !&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=29773" width="1" height="1"&gt;</content><author><name>odewit</name><uri>http://blogs.windowsclient.net/members/odewit.aspx</uri></author><category term="WPF" scheme="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx" /><category term="Perspective" scheme="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx" /></entry><entry><title>Perspective</title><link rel="alternate" type="text/html" href="http://blogs.windowsclient.net/odewit/archive/2008/05/14/perspective.aspx" /><id>http://blogs.windowsclient.net/odewit/archive/2008/05/14/perspective.aspx</id><published>2008-05-14T20:52:00Z</published><updated>2008-05-14T20:52:00Z</updated><content type="html">&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m&amp;nbsp;Olivier Dewit, a french technical book author. I&amp;#39;m coming from &lt;a class="" href="http://msmvps.com/blogs/odewit/archive/tags/EN/default.aspx" target="_blank"&gt;msmvps.com&lt;/a&gt;&amp;nbsp;and I will now blog here about WPF.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m writing a book about WPF, in French. My contribution to the community is &lt;a class="" href="http://www.codeplex.com/perspective" target="_blank"&gt;Perspective&lt;/a&gt;, an experimental and pedagogical .NET class library which contains :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;High-level 3D shapes : Box3D, Bar3D, Spherical3D, Conical3D, PieSlice3D...&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;3D interactive and skinnable controls : Button3D, Knob3D, Fader3D...&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Workshop3D : a ready to use viewport for 3D models, with light, moveable camera and camera control panel.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;2D controls : Knob, Fader, Joystick&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Other stuff to build skinnable and international applications (desktop and XBAPs)&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;...&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;I&amp;#39;ve just published the 0.9 version. You can run an online demo &lt;a class="" href="http://www.odewit.net/Perspective/dotnet3.5/PerspectiveDemo.xbap" target="_blank"&gt;here&lt;/a&gt; (this is a .NET 3.5 XBAP). &lt;a class="" href="http://www.odewit.net/ArticleContent.aspx?id=Wpf3DIntro&amp;amp;format=html" target="_blank"&gt;Here&lt;/a&gt; is an article about 3D programming with Perspective.&lt;/p&gt;
&lt;p&gt;Enjoy :-)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=27982" width="1" height="1"&gt;</content><author><name>odewit</name><uri>http://blogs.windowsclient.net/members/odewit.aspx</uri></author><category term="WPF" scheme="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx" /><category term="Perspective" scheme="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx" /></entry></feed>