<?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: Understanding Flash displacement map filter</title>
	<atom:link href="http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: zyxstand</title>
		<link>http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-708627</link>
		<dc:creator>zyxstand</dc:creator>
		<pubDate>Tue, 21 Dec 2010 04:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-708627</guid>
		<description>I really like this algorithm here!  It&#039;s not real rotation, duh, but it&#039;s really cheap (CPU-wise) compared to actual spherical rendering.  Also, for my purposes it might be better as this will preserve the orientation (good for text!)
Anyway, the real reason I&#039;m posting is because something on this page is leaking and the memory usage goes up like crazy.  1 GB in a few mins and still growing.  I&#039;m curious to find out as to what causes this - maybe this could affect me if i were to use something like this.

Thanks,
zyxstand</description>
		<content:encoded><![CDATA[<p>I really like this algorithm here!  It&#8217;s not real rotation, duh, but it&#8217;s really cheap (CPU-wise) compared to actual spherical rendering.  Also, for my purposes it might be better as this will preserve the orientation (good for text!)<br />
Anyway, the real reason I&#8217;m posting is because something on this page is leaking and the memory usage goes up like crazy.  1 GB in a few mins and still growing.  I&#8217;m curious to find out as to what causes this &#8211; maybe this could affect me if i were to use something like this.</p>
<p>Thanks,<br />
zyxstand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inder</title>
		<link>http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-616947</link>
		<dc:creator>Inder</dc:creator>
		<pubDate>Thu, 05 Aug 2010 16:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-616947</guid>
		<description>Thanks for excellent explanation,
I was always keep on ignoring this filter. But recently I got an proposal to make webcam effects. So I used your concept in order to implement it on Webcam. here is it

http://inderprojects.com/projects/cameffects3/

though it is very basic yet .. I am going to make more effects using DisplacementMap.

Thanks for greatly explanation</description>
		<content:encoded><![CDATA[<p>Thanks for excellent explanation,<br />
I was always keep on ignoring this filter. But recently I got an proposal to make webcam effects. So I used your concept in order to implement it on Webcam. here is it</p>
<p><a href="http://inderprojects.com/projects/cameffects3/" rel="nofollow">http://inderprojects.com/projects/cameffects3/</a></p>
<p>though it is very basic yet .. I am going to make more effects using DisplacementMap.</p>
<p>Thanks for greatly explanation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Noel</title>
		<link>http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-543975</link>
		<dc:creator>Dave Noel</dc:creator>
		<pubDate>Thu, 04 Feb 2010 22:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-543975</guid>
		<description>You might want to try fading the center of the displacement map to white, this over exaggerates the displacement on the edges and makes it look way more spherical. 

I&#039;m working on a 3D faked globe in much the same way you&#039;ve rendered the wood ball. The trick is in a harder color transition from the center to the edges of the displacement mask.</description>
		<content:encoded><![CDATA[<p>You might want to try fading the center of the displacement map to white, this over exaggerates the displacement on the edges and makes it look way more spherical. </p>
<p>I&#8217;m working on a 3D faked globe in much the same way you&#8217;ve rendered the wood ball. The trick is in a harder color transition from the center to the edges of the displacement mask.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-516590</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 30 Oct 2009 10:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-516590</guid>
		<description>Awesome, im trying to write my own version that will work with GD/PHP :)</description>
		<content:encoded><![CDATA[<p>Awesome, im trying to write my own version that will work with GD/PHP :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: displacementmapfilter tester - sevenson.com.au</title>
		<link>http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-507973</link>
		<dc:creator>displacementmapfilter tester - sevenson.com.au</dc:creator>
		<pubDate>Sun, 11 Oct 2009 05:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-507973</guid>
		<description>[...] out that that can do a better job than me. One in particular that I found quite helpful was this article written by Emanuele Feronato. Most of it is written in AS2, but the concepts are still the same.    [...]</description>
		<content:encoded><![CDATA[<p>[...] out that that can do a better job than me. One in particular that I found quite helpful was this article written by Emanuele Feronato. Most of it is written in AS2, but the concepts are still the same.    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Understanding Flash displacement map filter : Emanuele Feronato &#171; Dobos Bence</title>
		<link>http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-507305</link>
		<dc:creator>Understanding Flash displacement map filter : Emanuele Feronato &#171; Dobos Bence</dc:creator>
		<pubDate>Fri, 09 Oct 2009 09:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-507305</guid>
		<description>[...] Posted by dobosbence in Uncategorized. Tagged: Flash. Leave a Comment  Article [...]</description>
		<content:encoded><![CDATA[<p>[...] Posted by dobosbence in Uncategorized. Tagged: Flash. Leave a Comment  Article [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pure AS3 magnifying effect using Displacement Map Filter : Emanuele Feronato</title>
		<link>http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-484341</link>
		<dc:creator>Pure AS3 magnifying effect using Displacement Map Filter : Emanuele Feronato</dc:creator>
		<pubDate>Wed, 12 Aug 2009 09:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-484341</guid>
		<description>[...] You can find all information about the displacement filter and the meaning of that gradient sphere on a grey background at Understanding Flash displacement map filter. [...]</description>
		<content:encoded><![CDATA[<p>[...] You can find all information about the displacement filter and the meaning of that gradient sphere on a grey background at Understanding Flash displacement map filter. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SumYungGai</title>
		<link>http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-473082</link>
		<dc:creator>SumYungGai</dc:creator>
		<pubDate>Tue, 14 Jul 2009 04:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-473082</guid>
		<description>I had no idea how this worked and Adobe&#039;s explanations are crap...but this was perfect.

I used this tutorial and after a few minutes screwing around on Flash, I was able to grasp the general idea and then some.</description>
		<content:encoded><![CDATA[<p>I had no idea how this worked and Adobe&#8217;s explanations are crap&#8230;but this was perfect.</p>
<p>I used this tutorial and after a few minutes screwing around on Flash, I was able to grasp the general idea and then some.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-472791</link>
		<dc:creator>George</dc:creator>
		<pubDate>Mon, 13 Jul 2009 15:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-472791</guid>
		<description>very nice tutorial, I would suggest a different texture on your last example as it looks like it doesn&#039;t scroll up and down.

i would also suggest showing the result of each component separately (eg: just x and just y) so we can better understand how the illusion of the magnifying glass works</description>
		<content:encoded><![CDATA[<p>very nice tutorial, I would suggest a different texture on your last example as it looks like it doesn&#8217;t scroll up and down.</p>
<p>i would also suggest showing the result of each component separately (eg: just x and just y) so we can better understand how the illusion of the magnifying glass works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Thonbo</title>
		<link>http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-451305</link>
		<dc:creator>Philip Thonbo</dc:creator>
		<pubDate>Thu, 21 May 2009 13:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/2007/12/03/understanding-flash-displacement-map-filter/#comment-451305</guid>
		<description>i did this some years ago 

http://www.thonbo.com/tempShowCase/sphear3.html

http://www.thonbo.com/roller_test_mc2.html

http://www.thonbo.com/tempShowCase/lensLab.html</description>
		<content:encoded><![CDATA[<p>i did this some years ago </p>
<p><a href="http://www.thonbo.com/tempShowCase/sphear3.html" rel="nofollow">http://www.thonbo.com/tempShowCase/sphear3.html</a></p>
<p><a href="http://www.thonbo.com/roller_test_mc2.html" rel="nofollow">http://www.thonbo.com/roller_test_mc2.html</a></p>
<p><a href="http://www.thonbo.com/tempShowCase/lensLab.html" rel="nofollow">http://www.thonbo.com/tempShowCase/lensLab.html</a></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 6/11 queries in 0.007 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 06:49:06 -->
