<?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: Extruding TextField3D</title>
	<atom:link href="http://www.lidev.com.ar/?feed=rss2&#038;p=213" rel="self" type="application/rss+xml" />
	<link>http://www.lidev.com.ar/?p=213</link>
	<description>Actionscript Development Blog</description>
	<lastBuildDate>Wed, 14 Jul 2010 14:31:36 -0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan</title>
		<link>http://www.lidev.com.ar/?p=213&#038;cpage=1#comment-646</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 12 Jan 2010 15:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lidev.com.ar/?p=213#comment-646</guid>
		<description>@wintermute:
I extended the extrudeMesh function to set the material of the extruded mesh. Just change this to your code:

e.g.
extrudeMesh(textfield2, 3, 1, false, new ColorMaterial(0xA02860));

private function extrudeMesh(mesh:Mesh, subdivisionsXY:uint = 1, subdivisionsZ:uint = 1, bothsides:Boolean = false, material:ITriangleMaterial = null ):void {
...
extrusion.material = material; 
...
}</description>
		<content:encoded><![CDATA[<p>@wintermute:<br />
I extended the extrudeMesh function to set the material of the extruded mesh. Just change this to your code:</p>
<p>e.g.<br />
extrudeMesh(textfield2, 3, 1, false, new ColorMaterial(0xA02860));</p>
<p>private function extrudeMesh(mesh:Mesh, subdivisionsXY:uint = 1, subdivisionsZ:uint = 1, bothsides:Boolean = false, material:ITriangleMaterial = null ):void {<br />
&#8230;<br />
extrusion.material = material;<br />
&#8230;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wintermute</title>
		<link>http://www.lidev.com.ar/?p=213&#038;cpage=1#comment-621</link>
		<dc:creator>wintermute</dc:creator>
		<pubDate>Thu, 10 Dec 2009 19:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lidev.com.ar/?p=213#comment-621</guid>
		<description>Hello,

I could not set the color of the extruded text. It appears to be different color each time i start the swf.

also where can we get support for away3d

All the best,
Can</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I could not set the color of the extruded text. It appears to be different color each time i start the swf.</p>
<p>also where can we get support for away3d</p>
<p>All the best,<br />
Can</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.lidev.com.ar/?p=213&#038;cpage=1#comment-403</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 30 Jul 2009 21:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lidev.com.ar/?p=213#comment-403</guid>
		<description>Li,
Thanks for the quick response. Yes please do let me know when the clipping is fixed. I&#039;m using your great work to do some fun typography stuff for my new company website.

All the best,
Marc</description>
		<content:encoded><![CDATA[<p>Li,<br />
Thanks for the quick response. Yes please do let me know when the clipping is fixed. I&#8217;m using your great work to do some fun typography stuff for my new company website.</p>
<p>All the best,<br />
Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Li</title>
		<link>http://www.lidev.com.ar/?p=213&#038;cpage=1#comment-402</link>
		<dc:creator>Li</dc:creator>
		<pubDate>Thu, 30 Jul 2009 20:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lidev.com.ar/?p=213#comment-402</guid>
		<description>Hey Marc,

1) Incorrect clipping near the edges is something I need to fix next time I get a chance to work on this.
2) I think Rob Bateman has added interactivity to textfields, why don&#039;t you post this on the Away list so he can tell us how to use it?</description>
		<content:encoded><![CDATA[<p>Hey Marc,</p>
<p>1) Incorrect clipping near the edges is something I need to fix next time I get a chance to work on this.<br />
2) I think Rob Bateman has added interactivity to textfields, why don&#8217;t you post this on the Away list so he can tell us how to use it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.lidev.com.ar/?p=213&#038;cpage=1#comment-396</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 30 Jul 2009 16:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lidev.com.ar/?p=213#comment-396</guid>
		<description>Ok two questions:
1) my text clips when nearing the edge of the SWF. the character essentially disappears if it touches the edge

2) any way to make it .interactive = true so I can make them buttons?</description>
		<content:encoded><![CDATA[<p>Ok two questions:<br />
1) my text clips when nearing the edge of the SWF. the character essentially disappears if it touches the edge</p>
<p>2) any way to make it .interactive = true so I can make them buttons?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.lidev.com.ar/?p=213&#038;cpage=1#comment-395</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 30 Jul 2009 16:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lidev.com.ar/?p=213#comment-395</guid>
		<description>Got it working. This is crazy badass!</description>
		<content:encoded><![CDATA[<p>Got it working. This is crazy badass!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desgraci</title>
		<link>http://www.lidev.com.ar/?p=213&#038;cpage=1#comment-384</link>
		<dc:creator>desgraci</dc:creator>
		<pubDate>Sun, 26 Jul 2009 22:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lidev.com.ar/?p=213#comment-384</guid>
		<description>WOW
Man What do you eat?!</description>
		<content:encoded><![CDATA[<p>WOW<br />
Man What do you eat?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.lidev.com.ar/?p=213&#038;cpage=1#comment-343</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Fri, 17 Jul 2009 09:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lidev.com.ar/?p=213#comment-343</guid>
		<description>Is it a problem in your everyday life to have too much talent ??</description>
		<content:encoded><![CDATA[<p>Is it a problem in your everyday life to have too much talent ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zszen</title>
		<link>http://www.lidev.com.ar/?p=213&#038;cpage=1#comment-328</link>
		<dc:creator>zszen</dc:creator>
		<pubDate>Tue, 14 Jul 2009 16:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.lidev.com.ar/?p=213#comment-328</guid>
		<description>good job</description>
		<content:encoded><![CDATA[<p>good job</p>
]]></content:encoded>
	</item>
</channel>
</rss>
