<?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: Playing with filters</title>
	<atom:link href="http://papervision2.com/playing-with-filters/feed/" rel="self" type="application/rss+xml" />
	<link>http://papervision2.com/playing-with-filters/</link>
	<description>Papervision2.com - Best resource for Papervision3d tutorials</description>
	<lastBuildDate>Fri, 12 Mar 2010 01:15:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flash CS4 3D vs Papervision 3D (is there really such a thing?) &#171; Michael Gregor - RIA Wrench</title>
		<link>http://papervision2.com/playing-with-filters/comment-page-1/#comment-6199</link>
		<dc:creator>Flash CS4 3D vs Papervision 3D (is there really such a thing?) &#171; Michael Gregor - RIA Wrench</dc:creator>
		<pubDate>Fri, 16 Jan 2009 17:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/playing-with-filters/#comment-6199</guid>
		<description>[...] cool demo I saw was combining Flash filters with PV objects (http://blog.zupko.info/?p=76 and http://papervision2.com/playing-with-filters/) .  Who will combine these things in the next Killer Kludgey way that will amaze all of us and say [...]</description>
		<content:encoded><![CDATA[<p>[...] cool demo I saw was combining Flash filters with PV objects (<a href="http://blog.zupko.info/?p=76" rel="nofollow">http://blog.zupko.info/?p=76</a> and <a href="http://papervision2.com/playing-with-filters/)" rel="nofollow">http://papervision2.com/playing-with-filters/)</a> .  Who will combine these things in the next Killer Kludgey way that will amaze all of us and say [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tryhard</title>
		<link>http://papervision2.com/playing-with-filters/comment-page-1/#comment-3738</link>
		<dc:creator>tryhard</dc:creator>
		<pubDate>Mon, 01 Dec 2008 14:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/playing-with-filters/#comment-3738</guid>
		<description>Hi, sorry to hear that this web is closing down.
I&#039;ve just started with AS3 and now CS4 and Papervision.
When I try this simple tutorial I get an error saying it can&#039;t find the Collada material mat0.
A bit lost here.</description>
		<content:encoded><![CDATA[<p>Hi, sorry to hear that this web is closing down.<br />
I&#8217;ve just started with AS3 and now CS4 and Papervision.<br />
When I try this simple tutorial I get an error saying it can&#8217;t find the Collada material mat0.<br />
A bit lost here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tips</title>
		<link>http://papervision2.com/playing-with-filters/comment-page-1/#comment-3644</link>
		<dc:creator>tips</dc:creator>
		<pubDate>Thu, 27 Nov 2008 08:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/playing-with-filters/#comment-3644</guid>
		<description>Hi, just surfed in. I enjoyed looking around your web site. This site has been very useful to me so far and I have barely scrathed the surface of it.</description>
		<content:encoded><![CDATA[<p>Hi, just surfed in. I enjoyed looking around your web site. This site has been very useful to me so far and I have barely scrathed the surface of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nk</title>
		<link>http://papervision2.com/playing-with-filters/comment-page-1/#comment-2135</link>
		<dc:creator>nk</dc:creator>
		<pubDate>Fri, 17 Oct 2008 14:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/playing-with-filters/#comment-2135</guid>
		<description>with plane.useOwnContainer = true
and glow filter
and TweenLite for animating there are error and last few pixel down and rigth aren&#039;t well rendered..

how can i do?</description>
		<content:encoded><![CDATA[<p>with plane.useOwnContainer = true<br />
and glow filter<br />
and TweenLite for animating there are error and last few pixel down and rigth aren&#8217;t well rendered..</p>
<p>how can i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glasses248</title>
		<link>http://papervision2.com/playing-with-filters/comment-page-1/#comment-1560</link>
		<dc:creator>glasses248</dc:creator>
		<pubDate>Sat, 27 Sep 2008 21:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/playing-with-filters/#comment-1560</guid>
		<description>To apply the filter on the 3d object, set the following:

Plane.useOwnContainer = true;
Plane.filters = [new BlurFilter(10, 10)];

Strangely enough, you&#039;ll lose the ability to click on the 3d object, hence:
Plane.addEventListener(InteractiveScene3DEvent.OBJECT_CLICK, objectClickHandler)

Hope that helps.</description>
		<content:encoded><![CDATA[<p>To apply the filter on the 3d object, set the following:</p>
<p>Plane.useOwnContainer = true;<br />
Plane.filters = [new BlurFilter(10, 10)];</p>
<p>Strangely enough, you&#8217;ll lose the ability to click on the 3d object, hence:<br />
Plane.addEventListener(InteractiveScene3DEvent.OBJECT_CLICK, objectClickHandler)</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lee probert</title>
		<link>http://papervision2.com/playing-with-filters/comment-page-1/#comment-1481</link>
		<dc:creator>lee probert</dc:creator>
		<pubDate>Mon, 22 Sep 2008 16:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/playing-with-filters/#comment-1481</guid>
		<description>Hey ... great quick fix for scenes with one object. thanks.</description>
		<content:encoded><![CDATA[<p>Hey &#8230; great quick fix for scenes with one object. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aldi</title>
		<link>http://papervision2.com/playing-with-filters/comment-page-1/#comment-773</link>
		<dc:creator>aldi</dc:creator>
		<pubDate>Tue, 22 Jul 2008 18:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/playing-with-filters/#comment-773</guid>
		<description>hi

I did all your tutorials but I can only see the cow from above and shes spinning like crazy. CAn you please tell me where in de code I can change that?

Thanks!</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>I did all your tutorials but I can only see the cow from above and shes spinning like crazy. CAn you please tell me where in de code I can change that?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NIITer</title>
		<link>http://papervision2.com/playing-with-filters/comment-page-1/#comment-517</link>
		<dc:creator>NIITer</dc:creator>
		<pubDate>Tue, 10 Jun 2008 05:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/playing-with-filters/#comment-517</guid>
		<description>Dear All!
I tested you codes and it works well, but when I try filter for plane, it don&#039;t work. Here my codes:

private function createPlane(){
	var mc=new Movie()
	material=new MovieMaterial(mc,true);
	material.doubleSided = true;
	material.interactive=true;
	
	plane=new Plane(material,mc.width,mc.height);	
	scene.addChild(plane,&quot;plane&quot;);
	plane.addEventListener( InteractiveScene3DEvent.OBJECT_PRESS, interact);	
}

private function interact(ev:InteractiveScene3DEvent):void{
	var p=ev.displayObject3D as DisplayObject3D;
	trace(&quot;InteractiveScene3DEvent &quot;+typeof(p));
	var filter:GlowFilter = new GlowFilter (0xFFFF00,1,5,5,50,1,false,false);
	p.filters=[filter];	
	// or: plane.filters=[filter];	
}</description>
		<content:encoded><![CDATA[<p>Dear All!<br />
I tested you codes and it works well, but when I try filter for plane, it don&#8217;t work. Here my codes:</p>
<p>private function createPlane(){<br />
	var mc=new Movie()<br />
	material=new MovieMaterial(mc,true);<br />
	material.doubleSided = true;<br />
	material.interactive=true;</p>
<p>	plane=new Plane(material,mc.width,mc.height);<br />
	scene.addChild(plane,&#8221;plane&#8221;);<br />
	plane.addEventListener( InteractiveScene3DEvent.OBJECT_PRESS, interact);<br />
}</p>
<p>private function interact(ev:InteractiveScene3DEvent):void{<br />
	var p=ev.displayObject3D as DisplayObject3D;<br />
	trace(&#8220;InteractiveScene3DEvent &#8220;+typeof(p));<br />
	var filter:GlowFilter = new GlowFilter (0xFFFF00,1,5,5,50,1,false,false);<br />
	p.filters=[filter];<br />
	// or: plane.filters=[filter];<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mixey</title>
		<link>http://papervision2.com/playing-with-filters/comment-page-1/#comment-239</link>
		<dc:creator>mixey</dc:creator>
		<pubDate>Tue, 18 Mar 2008 20:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/playing-with-filters/#comment-239</guid>
		<description>@santhakumar: read comment carefully. This method applies on the whole Viewport if you are in need to apply filters to different planes or other primitives you should check Effect branch</description>
		<content:encoded><![CDATA[<p>@santhakumar: read comment carefully. This method applies on the whole Viewport if you are in need to apply filters to different planes or other primitives you should check Effect branch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santhakumar</title>
		<link>http://papervision2.com/playing-with-filters/comment-page-1/#comment-221</link>
		<dc:creator>santhakumar</dc:creator>
		<pubDate>Thu, 13 Mar 2008 03:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://papervision2.com/playing-with-filters/#comment-221</guid>
		<description>Hi,
 I can able to apply filters for viewport. But Filter doesnt work for Plane.

plane = new Plane( material, 500, 500 );
var glow:GlowFilter = new GlowFilter();
glow.color = 0xffffff;//009922;
glow.alpha = 1;
glow.blurX = 25;
glow.blurY = 25;
			



plane.filters=[glow];//DOESNT WORK

//viewport.filters=[glow];//WORKS FINE

How can i apply filter for an primiative object.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 I can able to apply filters for viewport. But Filter doesnt work for Plane.</p>
<p>plane = new Plane( material, 500, 500 );<br />
var glow:GlowFilter = new GlowFilter();<br />
glow.color = 0xffffff;//009922;<br />
glow.alpha = 1;<br />
glow.blurX = 25;<br />
glow.blurY = 25;</p>
<p>plane.filters=[glow];//DOESNT WORK</p>
<p>//viewport.filters=[glow];//WORKS FINE</p>
<p>How can i apply filter for an primiative object.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
