<?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: FLARManager documentation</title>
	<atom:link href="http://words.transmote.com/wp/flarmanager/flarmanager-documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://words.transmote.com/wp</link>
	<description>design + art + code</description>
	<lastBuildDate>Mon, 30 Jan 2012 05:09:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: FLARManager XML参数详解 &#124; 增强现实爱好者(AR爱好者)</title>
		<link>http://words.transmote.com/wp/flarmanager/flarmanager-documentation/comment-page-1/#comment-30928</link>
		<dc:creator>FLARManager XML参数详解 &#124; 增强现实爱好者(AR爱好者)</dc:creator>
		<pubDate>Mon, 30 May 2011 01:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=112#comment-30928</guid>
		<description>[...] 以上就是XML配置里面的主要参数介绍，英文原版在此。基本上这些参数都是FLARManager框架里面具体对象实例的属性，都可以在程序中指定。另外有些属性在实际开发中也很有用：比如flarManager.numLoadedPatterns（表示系统加载的特征图形数量），flarManager.activeMarkers（处于活动状态的marker数组）等等。请查看文档获取详细信息。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 以上就是XML配置里面的主要参数介绍，英文原版在此。基本上这些参数都是FLARManager框架里面具体对象实例的属性，都可以在程序中指定。另外有些属性在实际开发中也很有用：比如flarManager.numLoadedPatterns（表示系统加载的特征图形数量），flarManager.activeMarkers（处于活动状态的marker数组）等等。请查看文档获取详细信息。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MadSoul</title>
		<link>http://words.transmote.com/wp/flarmanager/flarmanager-documentation/comment-page-1/#comment-25925</link>
		<dc:creator>MadSoul</dc:creator>
		<pubDate>Wed, 23 Mar 2011 12:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=112#comment-25925</guid>
		<description>Hi, great work Eric, but i need a little help/
How can embed an XML file inside my SWF and parse it, instead of using external config file?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, great work Eric, but i need a little help/<br />
How can embed an XML file inside my SWF and parse it, instead of using external config file?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FLARManager v1.1 – Augmented Reality in Flash &#124; transmote speaks...</title>
		<link>http://words.transmote.com/wp/flarmanager/flarmanager-documentation/comment-page-1/#comment-21918</link>
		<dc:creator>FLARManager v1.1 – Augmented Reality in Flash &#124; transmote speaks...</dc:creator>
		<pubDate>Mon, 31 Jan 2011 05:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=112#comment-21918</guid>
		<description>[...] FLARManager documentation [...]</description>
		<content:encoded><![CDATA[<p>[...] FLARManager documentation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsoco</title>
		<link>http://words.transmote.com/wp/flarmanager/flarmanager-documentation/comment-page-1/#comment-17271</link>
		<dc:creator>ericsoco</dc:creator>
		<pubDate>Tue, 30 Nov 2010 18:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=112#comment-17271</guid>
		<description>@YuKan, these warnings are not a functional problem, the project still compiles fine; if they bother you, just change the name of the methods, or use a different IDE.</description>
		<content:encoded><![CDATA[<p>@YuKan, these warnings are not a functional problem, the project still compiles fine; if they bother you, just change the name of the methods, or use a different IDE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YuKan</title>
		<link>http://words.transmote.com/wp/flarmanager/flarmanager-documentation/comment-page-1/#comment-17222</link>
		<dc:creator>YuKan</dc:creator>
		<pubDate>Tue, 30 Nov 2010 06:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=112#comment-17222</guid>
		<description>I found that com.transmote.flar.source.FLARProxy has some problems, the complier will give warnings that onMouseDown, onMouseMove,onMouseUp and onKeyDown have some migration problem in Flash CS5.</description>
		<content:encoded><![CDATA[<p>I found that com.transmote.flar.source.FLARProxy has some problems, the complier will give warnings that onMouseDown, onMouseMove,onMouseUp and onKeyDown have some migration problem in Flash CS5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsoco</title>
		<link>http://words.transmote.com/wp/flarmanager/flarmanager-documentation/comment-page-1/#comment-11168</link>
		<dc:creator>ericsoco</dc:creator>
		<pubDate>Mon, 21 Jun 2010 21:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=112#comment-11168</guid>
		<description>@david -- not quite sure what you mean, but the video source (the Video object) is accessible within FLARCameraSource.  hope that helps...</description>
		<content:encoded><![CDATA[<p>@david &#8212; not quite sure what you mean, but the video source (the Video object) is accessible within FLARCameraSource.  hope that helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://words.transmote.com/wp/flarmanager/flarmanager-documentation/comment-page-1/#comment-11164</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 21 Jun 2010 17:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=112#comment-11164</guid>
		<description>Hi, how can i access video source for apply smoothing? thank you</description>
		<content:encoded><![CDATA[<p>Hi, how can i access video source for apply smoothing? thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsoco</title>
		<link>http://words.transmote.com/wp/flarmanager/flarmanager-documentation/comment-page-1/#comment-11122</link>
		<dc:creator>ericsoco</dc:creator>
		<pubDate>Fri, 18 Jun 2010 21:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=112#comment-11122</guid>
		<description>@pdub -- what 3d framework?  or are you talking about your physical camera?  if the latter, you&#039;d have to &lt;a href=&quot;http://www.hitl.washington.edu/artoolkit/documentation/usercalibration.htm&quot; rel=&quot;nofollow&quot;&gt;create a new cameraParams.dat file&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@pdub &#8212; what 3d framework?  or are you talking about your physical camera?  if the latter, you&#8217;d have to <a href="http://www.hitl.washington.edu/artoolkit/documentation/usercalibration.htm" rel="nofollow">create a new cameraParams.dat file</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PDub</title>
		<link>http://words.transmote.com/wp/flarmanager/flarmanager-documentation/comment-page-1/#comment-11113</link>
		<dc:creator>PDub</dc:creator>
		<pubDate>Thu, 17 Jun 2010 18:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=112#comment-11113</guid>
		<description>I&#039;m trying to change the focal length of my camera; where would that get set?  I&#039;m assuming that FLARCamera3D is providing the view into the viewport -- or am I completely not seeing how to do this? HELP!</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to change the focal length of my camera; where would that get set?  I&#8217;m assuming that FLARCamera3D is providing the view into the viewport &#8212; or am I completely not seeing how to do this? HELP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ericsoco</title>
		<link>http://words.transmote.com/wp/flarmanager/flarmanager-documentation/comment-page-1/#comment-10919</link>
		<dc:creator>ericsoco</dc:creator>
		<pubDate>Thu, 03 Jun 2010 19:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://words.transmote.com/wp/?page_id=112#comment-10919</guid>
		<description>@boterock -- whoops.  good catch.  fixed.</description>
		<content:encoded><![CDATA[<p>@boterock &#8212; whoops.  good catch.  fixed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

