<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AlmostLogical.com &#187; dynamictext3D</title>
	<atom:link href="http://blog.almostlogical.com/tag/dynamictext3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.almostlogical.com</link>
	<description>Flash, Unity3D, Papervision3D, New Media and pretty much anything else that is related to the Internet. Blog by Devin Reimer.</description>
	<lastBuildDate>Thu, 08 Jul 2010 16:51:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiline WordWrap DynamicText3D in FIVe3D Part 3 &#8211; AS3 &amp; FP10 New Version Support</title>
		<link>http://blog.almostlogical.com/2010/06/28/multiline-wordwrap-dynamictext3d-in-five3d-part-3-as3-fp10-new-version-support/</link>
		<comments>http://blog.almostlogical.com/2010/06/28/multiline-wordwrap-dynamictext3d-in-five3d-part-3-as3-fp10-new-version-support/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 21:15:05 +0000</pubDate>
		<dc:creator>Devin Reimer</dc:creator>
				<category><![CDATA[FIVe3D]]></category>
		<category><![CDATA[dynamictext3D]]></category>

		<guid isPermaLink="false">http://blog.almostlogical.com/?p=955</guid>
		<description><![CDATA[

After getting a lot of requests to update my Multiline Word Wrap DynamicText3D class to support the newest versions of FIVe3D, I have finally created an updated version. The new version supports both
FIVe3D_package_AS3_v1.1.3 and FIVe3D_package_AS3_F10_v1.0.2.

Quick example on how to use this class.
var dynText:DynamicText3DMultiline;
dynText = new DynamicText3DMultiline(new HelveticaMedium());
dynText.width = 200;
dynText.align =  DynamicText3DMultiline.CENTER;
dynText.lineSpacing = 5;
dynText.wordWrap = true;
Note: If you do not set wordWrap=true this class will work exactly the same way as DynamicText3D and will have no extra overhead.

To play the demo click here.

To get the demo source, including the newest version of the DynamicText3DMultiline class click here.

To download the newest version of the DynamicText3DMultiline class click here.

Source Requirements: You will need FIVe3D (AS3_v1.1.3 or F10_v1.0.2). To compile the demo source ...]]></description>
		<wfw:commentRss>http://blog.almostlogical.com/2010/06/28/multiline-wordwrap-dynamictext3d-in-five3d-part-3-as3-fp10-new-version-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Multiline WordWrap DynamicText3D in FIVe3D Part 2 (Now with Dynamic Alignment)</title>
		<link>http://blog.almostlogical.com/2009/07/19/multiline-wordwrap-dynamictext3d-in-five3d-part-2-now-with-dynamic-alignment/</link>
		<comments>http://blog.almostlogical.com/2009/07/19/multiline-wordwrap-dynamictext3d-in-five3d-part-2-now-with-dynamic-alignment/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 01:53:48 +0000</pubDate>
		<dc:creator>Devin Reimer</dc:creator>
				<category><![CDATA[FIVe3D]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[dynamictext3D]]></category>
		<category><![CDATA[multiline]]></category>
		<category><![CDATA[wordWrap]]></category>

		<guid isPermaLink="false">http://blog.almostlogical.com/?p=518</guid>
		<description><![CDATA[

Update: I have released a new version that now supports the newest versions of FIVe3D. To go to the new post click here.

For those of you that have not read my original blog post on multiline wordwrap in FIVe3D. You can go read the article here.

I didn't intend of expanding my DynamicTextMultiline class, but as I was working on another project I ended up adding to it and expanding its feature set. I have now implemented dynamic alignment (left,right,center) and line spacing, as well as fixed a small bug involving multiline text width. I have also updated the package path of the class to a more logical location (almostlogical.five3d.display).

Using dynamic alignment and line spacing is very easy:
var dynText:DynamicText3DMultiline;
dynText = new ...]]></description>
		<wfw:commentRss>http://blog.almostlogical.com/2009/07/19/multiline-wordwrap-dynamictext3d-in-five3d-part-2-now-with-dynamic-alignment/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Multiline WordWrap DynamicText3D in FIVe3D</title>
		<link>http://blog.almostlogical.com/2009/06/23/multiline-wordwrap-dynamictext3d-in-five3d/</link>
		<comments>http://blog.almostlogical.com/2009/06/23/multiline-wordwrap-dynamictext3d-in-five3d/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 05:00:04 +0000</pubDate>
		<dc:creator>Devin Reimer</dc:creator>
				<category><![CDATA[FIVe3D]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[dynamictext3D]]></category>
		<category><![CDATA[dynamictext3dmultiline]]></category>
		<category><![CDATA[wordWrap]]></category>

		<guid isPermaLink="false">http://blog.almostlogical.com/?p=477</guid>
		<description><![CDATA[

For those of you that have never heard of FIVe3D, it is a lightweight vector based 3D library now written in AS3. You can check it out for yourself, http://five3d.mathieu-badimon.com.

In working on a small project using FIVe3D I discovered that while the 3D text part of the library is awesome it did not support multiline word wrap. I had seen examples of people using muliple DynamicText3D objects to fake text being multiline, but I wanted the text to be able to support dynamically word wrapping.

So I created a class called DynamicText3DMultiline which works the exact same way as the normal DynamicText3D class, but adds multiline wordwrap functionality. To use wordwrapping, simply set the width of the object and then set ...]]></description>
		<wfw:commentRss>http://blog.almostlogical.com/2009/06/23/multiline-wordwrap-dynamictext3d-in-five3d/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
