<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Pure AS3 magnifying effect using Displacement Map Filter</title>
	<atom:link href="http://www.emanueleferonato.com/2009/08/12/pure-as3-magnifying-effect-using-displacement-map-filter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2009/08/12/pure-as3-magnifying-effect-using-displacement-map-filter/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Sat, 11 Feb 2012 05:27:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: [as3] Displacement filter, ??????mapping ?? &#124; CODE@????</title>
		<link>http://www.emanueleferonato.com/2009/08/12/pure-as3-magnifying-effect-using-displacement-map-filter/#comment-758738</link>
		<dc:creator>[as3] Displacement filter, ??????mapping ?? &#124; CODE@????</dc:creator>
		<pubDate>Fri, 18 Feb 2011 07:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1516#comment-758738</guid>
		<description>[...] http://www.emanueleferonato.com/2009/08/12/pure-as3-magnifying-effect-using-displacement-map-filter/ mapping http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/    [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.emanueleferonato.com/2009/08/12/pure-as3-magnifying-effect-using-displacement-map-filter/" rel="nofollow">http://www.emanueleferonato.com/2009/08/12/pure-as3-magnifying-effect-using-displacement-map-filter/</a> mapping <a href="http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/" rel="nofollow">http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/</a>    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barliesque</title>
		<link>http://www.emanueleferonato.com/2009/08/12/pure-as3-magnifying-effect-using-displacement-map-filter/#comment-727355</link>
		<dc:creator>Barliesque</dc:creator>
		<pubDate>Fri, 14 Jan 2011 17:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1516#comment-727355</guid>
		<description>The way you&#039;ve drawn the displacement map results in a simple linear zoom, rather than a spherical lens-like effect-- which is fine, if that&#039;s what you&#039;re after.  (Notice that straight lines stay straight under the magnifier.)

To get that spherical distortion, I changed each of the red/green component MovieClips first into a flat color: #800000 and #008000, then I made new MovieClip symbols of these, so I could add the Bevel filter to each.  I set the hilight color to #FF0000 (red) or #00FF00 (green), set BlurX/Y to 50px, angle to 90 for green and 0 for red.  When these two bevel-gradients are merged, the result is a perfect spherical distortion.</description>
		<content:encoded><![CDATA[<p>The way you&#8217;ve drawn the displacement map results in a simple linear zoom, rather than a spherical lens-like effect&#8211; which is fine, if that&#8217;s what you&#8217;re after.  (Notice that straight lines stay straight under the magnifier.)</p>
<p>To get that spherical distortion, I changed each of the red/green component MovieClips first into a flat color: #800000 and #008000, then I made new MovieClip symbols of these, so I could add the Bevel filter to each.  I set the hilight color to #FF0000 (red) or #00FF00 (green), set BlurX/Y to 50px, angle to 90 for green and 0 for red.  When these two bevel-gradients are merged, the result is a perfect spherical distortion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zyxstand</title>
		<link>http://www.emanueleferonato.com/2009/08/12/pure-as3-magnifying-effect-using-displacement-map-filter/#comment-711899</link>
		<dc:creator>zyxstand</dc:creator>
		<pubDate>Sat, 25 Dec 2010 18:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1516#comment-711899</guid>
		<description>also, i believe the real grey color to use is 0x7F7F7F instead of 0x808080.  probably a negligible factor, but still (i think it says so on the adobe livedocs site)
hope that helped!</description>
		<content:encoded><![CDATA[<p>also, i believe the real grey color to use is 0x7F7F7F instead of 0&#215;808080.  probably a negligible factor, but still (i think it says so on the adobe livedocs site)<br />
hope that helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antoan</title>
		<link>http://www.emanueleferonato.com/2009/08/12/pure-as3-magnifying-effect-using-displacement-map-filter/#comment-597104</link>
		<dc:creator>antoan</dc:creator>
		<pubDate>Thu, 01 Jul 2010 12:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1516#comment-597104</guid>
		<description>var displacement_map:BitmapData=new BitmapData(100,100,true,0x808080);

If you set the &quot;transparent&quot; parameter to false, the bitmap will have gray as background and you won&#039;t need to draw manually the background of the displace.</description>
		<content:encoded><![CDATA[<p>var displacement_map:BitmapData=new BitmapData(100,100,true,0&#215;808080);</p>
<p>If you set the &#8220;transparent&#8221; parameter to false, the bitmap will have gray as background and you won&#8217;t need to draw manually the background of the displace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Decompiler Trillix review : Emanuele Feronato</title>
		<link>http://www.emanueleferonato.com/2009/08/12/pure-as3-magnifying-effect-using-displacement-map-filter/#comment-484802</link>
		<dc:creator>Flash Decompiler Trillix review : Emanuele Feronato</dc:creator>
		<pubDate>Thu, 13 Aug 2009 14:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1516#comment-484802</guid>
		<description>[...] I am testing this tool on the movie you can see at Pure AS3 magnifying effect using Displacement Map Filter. [...]</description>
		<content:encoded><![CDATA[<p>[...] I am testing this tool on the movie you can see at Pure AS3 magnifying effect using Displacement Map Filter. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dani</title>
		<link>http://www.emanueleferonato.com/2009/08/12/pure-as3-magnifying-effect-using-displacement-map-filter/#comment-484357</link>
		<dc:creator>Dani</dc:creator>
		<pubDate>Wed, 12 Aug 2009 10:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1516#comment-484357</guid>
		<description>:) Nice tut.. I&#039;ve been watching them for a while now.. didn&#039;t quite have the guts to go AS3 but still :)

Btw.. add a little inner glow with 0 distance and a darken filter + a knockout effect and hide the mouse cursor and you have... a very nice magnifying glass :)

[That was the designers point of view]

Cheers</description>
		<content:encoded><![CDATA[<p>:) Nice tut.. I&#8217;ve been watching them for a while now.. didn&#8217;t quite have the guts to go AS3 but still :)</p>
<p>Btw.. add a little inner glow with 0 distance and a darken filter + a knockout effect and hide the mouse cursor and you have&#8230; a very nice magnifying glass :)</p>
<p>[That was the designers point of view]</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 9/11 queries in 0.042 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 13:52:02 -->
