<?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: FLAR + MMD = dancing AR.</title>
	<atom:link href="http://flash.tarotaro.org/blog/2010/02/02/flar-mmd-dancing-ar/feed/" rel="self" type="application/rss+xml" />
	<link>http://flash.tarotaro.org/blog/2010/02/02/flar-mmd-dancing-ar/</link>
	<description>Demos for ActionScript 3.0</description>
	<lastBuildDate>Mon, 30 Jan 2012 05:09:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: skyemoon</title>
		<link>http://flash.tarotaro.org/blog/2010/02/02/flar-mmd-dancing-ar/comment-page-1/#comment-978</link>
		<dc:creator>skyemoon</dc:creator>
		<pubDate>Sat, 13 Nov 2010 16:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=42#comment-978</guid>
		<description>hi, 
for this mmd.. what format does it use for the model?
would you know if the whole ARTK+MMD works the same way as ARTK+VRML?
cos i&#039;m working on animating models for vrml but it doesnt accept bones or ik modifiers..

Thanks</description>
		<content:encoded><![CDATA[<p>hi,<br />
for this mmd.. what format does it use for the model?<br />
would you know if the whole ARTK+MMD works the same way as ARTK+VRML?<br />
cos i&#8217;m working on animating models for vrml but it doesnt accept bones or ik modifiers..</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeomara</title>
		<link>http://flash.tarotaro.org/blog/2010/02/02/flar-mmd-dancing-ar/comment-page-1/#comment-971</link>
		<dc:creator>zeomara</dc:creator>
		<pubDate>Sun, 24 Oct 2010 19:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=42#comment-971</guid>
		<description>Hello

Visit this application and think about it for publicity purposes

http://www.prodi3d.com/pagina_as_media/pag_as_ar.html


Thanks:)

PS
Need plug in Flash player 9 or the most current ...</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Visit this application and think about it for publicity purposes</p>
<p><a href="http://www.prodi3d.com/pagina_as_media/pag_as_ar.html" rel="nofollow">http://www.prodi3d.com/pagina_as_media/pag_as_ar.html</a></p>
<p>Thanks:)</p>
<p>PS<br />
Need plug in Flash player 9 or the most current &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarotarorg</title>
		<link>http://flash.tarotaro.org/blog/2010/02/02/flar-mmd-dancing-ar/comment-page-1/#comment-965</link>
		<dc:creator>tarotarorg</dc:creator>
		<pubDate>Tue, 05 Oct 2010 15:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=42#comment-965</guid>
		<description>Hi, Sérgio Silva.

I think you can do it.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, Sérgio Silva.</p>
<p>I think you can do it.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sérgio Silva</title>
		<link>http://flash.tarotaro.org/blog/2010/02/02/flar-mmd-dancing-ar/comment-page-1/#comment-964</link>
		<dc:creator>Sérgio Silva</dc:creator>
		<pubDate>Wed, 29 Sep 2010 15:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=42#comment-964</guid>
		<description>Ok, I figure it out,
for loading you must use:

mmd.loadPMD(&quot;../Data/nanoha1052.zip://nanoha1052.pmd&quot;, 15, afterLoading1);

 private function afterLoading1():void
{
mmd.loadVMD(&quot;../Data/grito.zip://grito.vmd&quot;, &quot;grito&quot;);
mmd.loadVMD(&quot;../Data/normal.zip://normal.vmd&quot;, &quot;normal&quot;);
mmd.loadVMD(&quot;../Data/motions.zip://WiM-DIVA.vmd&quot;, &quot;test&quot;,
function ():void {
				mmd.rotationX = 90;
				mmd.rotationZ = 90;
				mmd.scale = 0.5;
				mmd.y=50;
				mmd.x=100;
				mmd.looping = false;
				mmd.visible =false;
//				iniFLAR();
} );
}

and after
for changing motion use:

mmd.changeMotion(&quot;grito&quot;);
mmd.play();</description>
		<content:encoded><![CDATA[<p>Ok, I figure it out,<br />
for loading you must use:</p>
<p>mmd.loadPMD(&#8220;../Data/nanoha1052.zip://nanoha1052.pmd&#8221;, 15, afterLoading1);</p>
<p> private function afterLoading1():void<br />
{<br />
mmd.loadVMD(&#8220;../Data/grito.zip://grito.vmd&#8221;, &#8220;grito&#8221;);<br />
mmd.loadVMD(&#8220;../Data/normal.zip://normal.vmd&#8221;, &#8220;normal&#8221;);<br />
mmd.loadVMD(&#8220;../Data/motions.zip://WiM-DIVA.vmd&#8221;, &#8220;test&#8221;,<br />
function ():void {<br />
				mmd.rotationX = 90;<br />
				mmd.rotationZ = 90;<br />
				mmd.scale = 0.5;<br />
				mmd.y=50;<br />
				mmd.x=100;<br />
				mmd.looping = false;<br />
				mmd.visible =false;<br />
//				iniFLAR();<br />
} );<br />
}</p>
<p>and after<br />
for changing motion use:</p>
<p>mmd.changeMotion(&#8220;grito&#8221;);<br />
mmd.play();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sérgio Silva</title>
		<link>http://flash.tarotaro.org/blog/2010/02/02/flar-mmd-dancing-ar/comment-page-1/#comment-961</link>
		<dc:creator>Sérgio Silva</dc:creator>
		<pubDate>Sat, 18 Sep 2010 20:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=42#comment-961</guid>
		<description>I tarotaro, thanks for the great example, I been able to put it to work on flex builder 3. Now I have one question, is it possible to add more than one vmp file to the same model? I see that there is a motion_name parameter one we load the vmp, is it possible to load a second vmp with another motion_name and then play either motion_name1 or motion_name2? If it is can you provide sample of loading and playing code.
Great work
Regards
Sérgio</description>
		<content:encoded><![CDATA[<p>I tarotaro, thanks for the great example, I been able to put it to work on flex builder 3. Now I have one question, is it possible to add more than one vmp file to the same model? I see that there is a motion_name parameter one we load the vmp, is it possible to load a second vmp with another motion_name and then play either motion_name1 or motion_name2? If it is can you provide sample of loading and playing code.<br />
Great work<br />
Regards<br />
Sérgio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarotarorg</title>
		<link>http://flash.tarotaro.org/blog/2010/02/02/flar-mmd-dancing-ar/comment-page-1/#comment-703</link>
		<dc:creator>tarotarorg</dc:creator>
		<pubDate>Wed, 24 Feb 2010 17:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=42#comment-703</guid>
		<description>Hi, One.

&gt; Will you be able to provide the pattern file for this? I am trying to compile it but then the detection is not happening for the marker.
Please use this pattern file.
http://www.libspark.org/browser/as3/FLARToolKit/trunk/examples/tarotarorg/org/tarotaro/flash/ar/assets/patt.hiro?format=raw

This is ARToolkit&#039;s basic pattern &quot;patt.hiro&quot;.

&gt; hanks for a method of using PMD and VMD.
PMDViewer is made by &quot;Project vocaloplus&quot; members.
http://sourceforge.jp/projects/vocaloplus/

They are very great. I use their works.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, One.</p>
<p>&gt; Will you be able to provide the pattern file for this? I am trying to compile it but then the detection is not happening for the marker.<br />
Please use this pattern file.<br />
<a href="http://www.libspark.org/browser/as3/FLARToolKit/trunk/examples/tarotarorg/org/tarotaro/flash/ar/assets/patt.hiro?format=raw" rel="nofollow">http://www.libspark.org/browser/as3/FLARToolKit/trunk/examples/tarotarorg/org/tarotaro/flash/ar/assets/patt.hiro?format=raw</a></p>
<p>This is ARToolkit&#8217;s basic pattern &#8220;patt.hiro&#8221;.</p>
<p>&gt; hanks for a method of using PMD and VMD.<br />
PMDViewer is made by &#8220;Project vocaloplus&#8221; members.<br />
<a href="http://sourceforge.jp/projects/vocaloplus/" rel="nofollow">http://sourceforge.jp/projects/vocaloplus/</a></p>
<p>They are very great. I use their works.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: One</title>
		<link>http://flash.tarotaro.org/blog/2010/02/02/flar-mmd-dancing-ar/comment-page-1/#comment-693</link>
		<dc:creator>One</dc:creator>
		<pubDate>Tue, 16 Feb 2010 16:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://flash.tarotaro.org/blog/?p=42#comment-693</guid>
		<description>Hi,

Will you be able to provide the pattern file for this? I am trying to compile it but then the detection is not happening for the marker. Thanks for a method of using PMD and VMD.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Will you be able to provide the pattern file for this? I am trying to compile it but then the detection is not happening for the marker. Thanks for a method of using PMD and VMD.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

