<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.windowsclient.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Perspective</title><link>http://blogs.windowsclient.net/odewit/default.aspx</link><description>Olivier Dewit</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20423.869)</generator><item><title>Perspective 3.0 for Silverlight 5.0</title><link>http://blogs.windowsclient.net/odewit/archive/2012/02/07/perspective3sl5.aspx</link><pubDate>Tue, 07 Feb 2012 22:02:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:688453</guid><dc:creator>odewit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I just published the &lt;a href="http://perspective4sl.codeplex.com/releases"&gt;version 3.0 of Perspective for Silverlight&lt;/a&gt;, which gathers a port of the Perspective 2.0 features under Silverlight 5.0,&amp;nbsp;a new &lt;a href="http://www.odewit.net/ArticleContent.aspx?id=Sl3DIntro&amp;amp;format=html"&gt;high-level 3D framework&lt;/a&gt; and some new code samples. &lt;a href="http://perspective4sl.codeplex.com/"&gt;Features list&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;img style="width:531px;height:435px;" src="http://www.odewit.net//Articles/Sl3DModels/Bar01.png" width="531" height="435" alt="" /&gt;&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=688453" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/3D/default.aspx">3D</category></item><item><title>Perspective : easy 3D programming with Silverlight 5 RTM</title><link>http://blogs.windowsclient.net/odewit/archive/2011/12/28/Perspective3d4sl5rtm.aspx</link><pubDate>Wed, 28 Dec 2011 21:09:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:481756</guid><dc:creator>odewit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;While Silverlight 5 has hit&amp;nbsp;its&amp;nbsp;final (? wait and see :-) version, I&amp;#39;ve updated my work about &lt;a href="http://perspective4sl.codeplex.com/releases"&gt;3D programming&amp;nbsp;with the Perspective library&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img style="width:298px;height:305px;" title="Perspective 3D for Silverlight" alt="Perspective 3D for Silverlight" src="http://www.odewit.net//Articles/Sl3DIntro/BitmapTexture.png" width="298" height="305" /&gt;&lt;/p&gt;
&lt;p&gt;Read more :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.odewit.net/ArticleContent.aspx?id=Sl3DIntro&amp;amp;format=html"&gt;Perspective : Easy 3D programming with Silverlight 5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.odewit.net/ArticleContent.aspx?id=Sl3DModels&amp;amp;format=html"&gt;Perspective : basic 3D models for Silverlight 5&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Enjoy !&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=481756" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/3D/default.aspx">3D</category></item><item><title>Perspective : easy 3D programming with Silverlight 5</title><link>http://blogs.windowsclient.net/odewit/archive/2011/08/15/Perspective3d4sl5.aspx</link><pubDate>Mon, 15 Aug 2011 16:12:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:404325</guid><dc:creator>odewit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Version 5 of Silverlight allows building 3D scenes that use hardware acceleration (ie, that delegate display calculations to the graphics processor or GPU). This is actually an integration of XNA within the Silverlight runtime. As Don Burnett points out in his article &lt;a href="http://www.uxmagic.com/blog/post/2011/04/21/e2809cXNA-for-Web-Browserse2809d-or-Silverlight-5-3D-from-Mix11.aspx"&gt;XNA for Web Browsers or Silverlight 5 3D from Mix11&lt;/a&gt;, the focus is on code portability and not on XNA compatibility with WPF high-level 3D API. XNA is a low-level API, designed for programmers, and a priori unsuitable for a declarative language like XAML and for associated tools. So, what about the designer/developer collaboration ?&lt;br /&gt;&lt;br /&gt;With my experience of encapsulation of the WPF 3D API, I created in the Perspective library a set of classes to bring 3D programming with Silverlight 5 to a level close to WPF and &lt;a href="http://perspective.codeplex.com/"&gt;Perspective for WPF&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img title="Perspective 3D for Silverlight 5" alt="Perspective 3D for Silverlight 5" src="http://www.odewit.net//Articles/Sl3DModels/Ring01.png" width="408" height="199" /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Read more :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.odewit.net/ArticleContent.aspx?id=Sl3DIntro&amp;amp;format=html"&gt;Perspective : Easy 3D programming with Silverlight 5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.odewit.net/ArticleContent.aspx?id=Sl3DModels&amp;amp;format=html"&gt;Perspective : basic 3D models for Silverlight 5&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Download &lt;a href="http://perspective4sl.codeplex.com/releases"&gt;Perspective 3 for Silverlight 5&lt;/a&gt; [updated February 7, 2012]&lt;/p&gt;
&lt;p&gt;Enjoy !&lt;br /&gt;&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=404325" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/3D/default.aspx">3D</category></item><item><title>The new MSBuild API</title><link>http://blogs.windowsclient.net/odewit/archive/2011/04/05/MsBuildApi4.aspx</link><pubDate>Tue, 05 Apr 2011 20:18:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:375254</guid><dc:creator>odewit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A new MSBuild API was introduced in .NET 4.0. Unfortunately, until&amp;nbsp;today I have found no examples of implementation of the new API, nor in the documentation or on the Web. &lt;span class="hps"&gt;So I&lt;/span&gt; &lt;span class="hps"&gt;conducted&lt;/span&gt; &lt;span class="hps"&gt;investigations&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;prepared&lt;/span&gt; &lt;span class="hps"&gt;a&lt;/span&gt; &lt;span class="hps"&gt;summary.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;&lt;a href="http://tinyurl.com/447lxa8" target="_blank"&gt;Read the article&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=375254" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/FX/default.aspx">FX</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/MSBuild/default.aspx">MSBuild</category></item><item><title>Perspective FX 2.1</title><link>http://blogs.windowsclient.net/odewit/archive/2011/04/02/perspectivefx2.1.aspx</link><pubDate>Sat, 02 Apr 2011 10:19:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:374374</guid><dc:creator>odewit</dc:creator><slash:comments>0</slash:comments><description>I just published the 2.1 version of &lt;a href="http://perspectivefx.codeplex.com/" target="_blank"&gt;Perspective FX&lt;/a&gt;. This tool generates graphical effects and enables image edition programming in WPF 4 or Silverlight 4. It uses a filter combination system that is easy to use and does not require HLSL skills...
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;table style="width:0%;" align="center" cellpadding="" cellspacing=""&gt;
&lt;tr&gt;&lt;td&gt;&lt;img src="http://www.odewit.net/Images/perspectivefx/Loco.w350.Solarizer.0.2.jpg" alt="" /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;img src="http://www.odewit.net/Images/perspectivefx/LocoColor.w350.WaveWarper.jpg" alt="" /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=374374" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Photo/default.aspx">Photo</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/FX/default.aspx">FX</category></item><item><title>Dynamic modules and pages management of a Silverlight 4 application</title><link>http://blogs.windowsclient.net/odewit/archive/2010/12/29/SlExtensions.aspx</link><pubDate>Wed, 29 Dec 2010 20:57:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:350317</guid><dc:creator>odewit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Loading a large Silverlight application from a Web server can be very long. So it is necessary to establish a mechanism for application assemblies progressive loading. The principle consists in dividing the application into multiple packages that are loaded on demand.&lt;/p&gt;
&lt;p&gt;MEF, the Managed Extensibility Framework, integrated with Silverlight 4, offers a solution to this problem using the &lt;a href="http://msdn.microsoft.com/en-us/library/system.componentmodel.composition.hosting.deploymentcatalog(VS.95).aspx" target="_blank"&gt;DeploymentCatalog&lt;/a&gt; class. But its implementation does not cover some features expected in Out-Of-Browser mode (OOB).&lt;/p&gt;
&lt;p&gt;Based on similar work for Silverlight 2, I developed an alternative mechanism in the &lt;a href="http://www.codeplex.com/perspective4sl" target="_blank"&gt;Perspective 2.0 for Silverlight&lt;/a&gt; framework with the following features :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;Plug-ins loading.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Plug-ins pages loading (i.e. for display in a Frame element).&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Lazy loading support.&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;Works in and outside the browser. Out-Of-Browser plug-ins are loaded from the isolated storage, where they have been installed automatically.&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;This extension system is not generic : it is limited to loading modules and pages. But it remains simple and can serve as an example developing a more sophisticated system, while waiting for the next MEF version.&lt;/p&gt;
&lt;p&gt;Its use is presented in detail in this &lt;a href="http://tinyurl.com/4yh9srw" target="_blank"&gt;article&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=350317" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Silverlight 4.0 from scratch</title><link>http://blogs.windowsclient.net/odewit/archive/2010/10/16/silverlight-4-0-from-scratch.aspx</link><pubDate>Sat, 16 Oct 2010 07:18:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:339582</guid><dc:creator>odewit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I have adapted to Silverlight 4.0 my &lt;a href="http://www.odewit.net/ArticleContent.aspx?id=Sl4FromScratch&amp;amp;format=html" target="_blank"&gt;article about manual compilation&lt;/a&gt; (originally written for versions 2.0 and 3.0). Indeed, for various reasons, it may be useful to explore the Silverlight compilation command line. This allows for example a better understanding of the compilation mechanism of Visual Studio. This can also allow to dynamically generate Silverlight assemblies, as does the &lt;a href="http://perspectivefx.codeplex.com/" target="_blank"&gt;Perspective FX&lt;/a&gt; library.&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=339582" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Publication of my book about WPF 4 (in French)</title><link>http://blogs.windowsclient.net/odewit/archive/2010/09/11/Wpf4book.aspx</link><pubDate>Sat, 11 Sep 2010 09:05:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:335221</guid><dc:creator>odewit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The second edition of my book about WPF has been released :-)&lt;/p&gt;
&lt;p&gt;The book presents in detail the features of WPF 4 : 2D and 3D graphics, animation, multimedia, user interfaces, databinding, custom classes and application model. In this second edition, the plan was modified and content was expanded in the following areas : graphics (BitmapCache, Pixel Shader), realistic animations (Ease), templates (VisualStateManager), multitouch, databinding, MVVM paradigm, support for Windows 7 Taskbar, etc. The code examples have been upgraded.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.editions-eni.fr/Livres/WPF-Developpez-des-applications-riches-sous-Windows--2ieme-edition-/.4_3a6222cf-b921-41f5-886c-c989f77ba994_a1920257-5169-4e89-ba85-047beac3c729_1_0_d9bd8b5e-f324-473f-b1fc-b41b421c950f.html"&gt;To buy the book or download the sample files from the publisher&amp;#39;s website&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://www.odewit.net/Images/Livres/Wpf4/EI2WPF_max.jpg" alt="" /&gt;&lt;/span&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=335221" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category></item><item><title>Perspective 2.0 released</title><link>http://blogs.windowsclient.net/odewit/archive/2010/09/06/perspective2.aspx</link><pubDate>Mon, 06 Sep 2010 17:58:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:334327</guid><dc:creator>odewit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The version 2.0 of &lt;a href="http://perspective.codeplex.com/" target="_blank"&gt;Perspective&lt;/a&gt; for WPF 4 has just been released.&lt;/p&gt;
&lt;p&gt;New features are described in the &lt;a href="http://blogs.windowsclient.net/odewit/archive/2010/04/30/perspective2beta.aspx"&gt;announce of the beta version&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=334327" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category></item><item><title>3D matrices in WPF and Silverlight</title><link>http://blogs.windowsclient.net/odewit/archive/2010/08/24/Matrix3D.aspx</link><pubDate>Tue, 24 Aug 2010 21:24:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:332742</guid><dc:creator>odewit</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;After the &lt;a href="http://blogs.windowsclient.net/odewit/archive/2010/06/27/Matrix2D.aspx" target="_blank"&gt;2D matrices&lt;/a&gt;, here is a new&amp;nbsp;article about &lt;a href="http://www.odewit.net/ArticleContent.aspx?id=WpfSl3DMatrix&amp;amp;format=html" target="_blank"&gt;3D matrices&lt;/a&gt;. It&amp;nbsp;covers the 3D coordinate systems (left handed, right handed...), the different matrix kinds (translation, rotation, scaling, perspective, viewport), their combination and their use in WPF (within the 3D engine) and Silverlight (through Matrix3DProjection). It also shows how to reproduce and customize the PlaneProjection features&amp;nbsp;through matrices.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.odewit.net//Articles/WpfSl3DMatrix/ZRotation3D.png" alt="" /&gt;&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=332742" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>2D matrices in WPF and Silverlight</title><link>http://blogs.windowsclient.net/odewit/archive/2010/06/27/Matrix2D.aspx</link><pubDate>Sun, 27 Jun 2010 16:45:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:326141</guid><dc:creator>odewit</dc:creator><slash:comments>5</slash:comments><description>&lt;p&gt;I&amp;#39;ve just published &lt;a href="http://www.odewit.net/ArticleContent.aspx?id=WpfSl2DMatrix&amp;amp;format=html&amp;amp;lang=en" target="_blank"&gt;a review&amp;nbsp;article about 2D matrices&lt;/a&gt;, which specifically addresses the rotation calculations. To be clear on the fundamentals...&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.odewit.net//Articles/WpfSl2DMatrix/Rotation2D.png" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=326141" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Perspective 2.0 beta for WPF 4.0</title><link>http://blogs.windowsclient.net/odewit/archive/2010/04/30/perspective2beta.aspx</link><pubDate>Fri, 30 Apr 2010 13:51:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:318963</guid><dc:creator>odewit</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;A .NET 4.0 version of &lt;a href="http://perspective.codeplex.com/" target="_blank"&gt;Perspective&lt;/a&gt; with many improvements : &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;New panels : 
&lt;ul&gt;
&lt;li&gt;BeePanel : a honeycomb layout wrap panel. 
&lt;li&gt;BeeGrid : a honeycomb layout grid panel.&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;New shapes : 
&lt;ul&gt;
&lt;li&gt;RegularPolygon : draws a (roundable) regular polygon. 
&lt;li&gt;Star : draws a n-branch star. 
&lt;li&gt;Arrow : draws an arrow. 
&lt;li&gt;Checkerboard : draws a checkerboard.&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;MayaEase : a custom interpolation curve for easing animations&amp;nbsp; 
&lt;li&gt;3D : 
&lt;ul&gt;
&lt;li&gt;Workshop3D : new property ShowCommandPanel. 
&lt;li&gt;&lt;a href="http://tinyurl.com/3uvjwhz" target="_blank"&gt;RelativeTransformer&lt;/a&gt; : a new class to manage by code the transformations and the current position of a Visual3D. The successive transformation operations (translation, scaling or rotation) are cumulative (the last one is relative to its previous one).&lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;MVVM orientation (see SignalCommand). 
&lt;li&gt;Perspective application (under construction) : &lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;A new WPF 4 application which can dynamically load pages from extension assemblies using MEF. This application is used here as demo of Perspective library. 
&lt;li&gt;The background image is loaded randomly from a PerspectiveAlbum subdirectory in the application directory or in the system Images directories.&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=318963" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category></item><item><title>Perspective : 3D relative transforms for WPF</title><link>http://blogs.windowsclient.net/odewit/archive/2010/02/21/RelativeTransformer.aspx</link><pubDate>Sun, 21 Feb 2010 16:25:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:307188</guid><dc:creator>odewit</dc:creator><slash:comments>8</slash:comments><description>&lt;p&gt;Presentation of the RelativeTransformer class, from the Perspective library, which can apply successively moving, sizing and rotation operations on a Visual3D, by memorizing its position and its transformation matrix.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://tinyurl.com/3uvjwhz" target="_blank"&gt;Article&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://perspective.codeplex.com/SourceControl/list/changesets" target="_blank"&gt;Source code&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=307188" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category></item><item><title>Perspective FX 1.0 : easy image editing for WPF and Silverlight</title><link>http://blogs.windowsclient.net/odewit/archive/2010/01/30/perspectivefx1.0.aspx</link><pubDate>Sat, 30 Jan 2010 22:19:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:303700</guid><dc:creator>odewit</dc:creator><slash:comments>21</slash:comments><description>&lt;p&gt;&lt;a href="http://perspectivefx.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=39707" target="_blank"&gt;Perspective FX 1.0&lt;/a&gt; released : see how to adjust contrast, brightness and saturation of an image, and how to build custom effects by simply assembling &lt;a href="http://perspectivefx.codeplex.com/wikipage?title=Filters&amp;amp;referringTitle=Documentation" target="_blank"&gt;filters&lt;/a&gt;, without HLSL skills...&lt;/p&gt;
&lt;p&gt;Here is an example of saturation adjustment done with the &lt;a href="http://perspectivefx.codeplex.com/wikipage?title=Filters&amp;amp;referringTitle=Documentation#Saturator" target="_blank"&gt;Saturator&lt;/a&gt; filter :&lt;/p&gt;
&lt;p&gt;
&lt;table style="width:100%;" cellspacing="1" cellpadding="1"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;img src="http://www.odewit.net/Images/perspectivefx/Holywood.w350.jpg" alt="" /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src="http://www.odewit.net/Images/perspectivefx/Holywood.w600.Saturator.jpg" alt="" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=303700" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Perspective/default.aspx">Perspective</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Photo/default.aspx">Photo</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.windowsclient.net/odewit/archive/tags/FX/default.aspx">FX</category></item><item><title>Silverlight 3.0 from scratch</title><link>http://blogs.windowsclient.net/odewit/archive/2009/11/07/silverlight-3-0-from-scratch.aspx</link><pubDate>Sat, 07 Nov 2009 20:09:00 GMT</pubDate><guid isPermaLink="false">f1c07d22-4184-4df1-9c40-8dd04b52e796:288842</guid><dc:creator>odewit</dc:creator><slash:comments>6</slash:comments><description>&lt;p&gt;For pedagogical reasons, or to&amp;nbsp;build a code generator (like &lt;a href="http://perspectivefx.codeplex.com/" target="_blank"&gt;Perspective Fx&lt;/a&gt; does),&amp;nbsp;it may be useful to compile Silverlight code on the command-line. Last year, I wrote an article&amp;nbsp;for &lt;a href="http://tinyurl.com/3pyv7zy" target="_blank"&gt;Silverlight 2.0&lt;/a&gt;&amp;nbsp;about this subject. I have adapted it today to &lt;a href="http://tinyurl.com/3rugfgb" target="_blank"&gt;Silverlight 3.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The main differences are at the paths :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;libraries path&amp;nbsp;(/lib compiler option, .rsp file),&lt;/li&gt;
&lt;li&gt;MsBuild Microsoft.Silverlight.CSharp.targets task path (.proj file).&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://blogs.windowsclient.net/aggbug.aspx?PostID=288842" width="1" height="1"&gt;</description><category domain="http://blogs.windowsclient.net/odewit/archive/tags/Silverlight/default.aspx">Silverlight</category></item></channel></rss>
