<?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>Hangun's World - Blog &#187; 3D</title>
	<atom:link href="http://hangunsworld.com/blog/tag/3d/feed" rel="self" type="application/rss+xml" />
	<link>http://hangunsworld.com/blog</link>
	<description>about ActionScript, Flash, Web and more...</description>
	<lastBuildDate>Wed, 01 Feb 2012 01:36:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>3D carousel with Flash native 3D API</title>
		<link>http://hangunsworld.com/blog/629</link>
		<comments>http://hangunsworld.com/blog/629#comments</comments>
		<pubDate>Fri, 15 Jan 2010 06:57:44 +0000</pubDate>
		<dc:creator>Hangun's World</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Carousel]]></category>

		<guid isPermaLink="false">http://hangunsworld.com/blog/?p=629</guid>
		<description><![CDATA[페이퍼비전3D 등의 3D 엔진을 사용하지 않고, 플래시 내장 3D API만 사용하여 만들어 본 회전 메뉴입니다. 외부 API를 사용하지 않고 어느 정도 기능을 구현할 수 있는지 시험삼아 만들어 봤습니다. I made a 3D carousel using Flash native 3D APIs, without 3D engines such as PaperVision3D. It was an experimental work to try out what can I <a href='http://hangunsworld.com/blog/629'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="korean">페이퍼비전3D 등의 3D 엔진을 사용하지 않고, 플래시 내장 3D API만 사용하여 만들어 본 회전 메뉴입니다. 외부 API를 사용하지 않고 어느 정도 기능을 구현할 수 있는지 시험삼아 만들어 봤습니다.</div>
<div class="english">I made a 3D carousel using Flash native 3D APIs, without 3D engines such as PaperVision3D. It was an experimental work to try out what can I do without external APIs.</div>
<div class="japanese">PaperVision3Dなどの3D APIを使わなくて、Flash内臓3D APIだけ使って、作ってみた回転メニューです。外部APIを使わず、どれくらい出来るかを試しに作りました。</div>
<p><script language="JavaScript">insertFlashObject("http://hangunsworld.com/blog/wp-content/uploads/2010/01/carousel.swf", 700, 600)</script></p>
<p><a href='http://hangunsworld.com/blog/wp-content/uploads/2010/01/carousel.zip'>Download the source code</a> &#8211; 2010/01/19</p>
]]></content:encoded>
			<wfw:commentRss>http://hangunsworld.com/blog/629/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>3D rotation sample.</title>
		<link>http://hangunsworld.com/blog/502</link>
		<comments>http://hangunsworld.com/blog/502#comments</comments>
		<pubDate>Fri, 06 Feb 2009 10:58:05 +0000</pubDate>
		<dc:creator>Hangun's World</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[Image Editor]]></category>
		<category><![CDATA[rotation]]></category>
		<category><![CDATA[TextField]]></category>

		<guid isPermaLink="false">http://hangunsworld.com/blog/?p=502</guid>
		<description><![CDATA[RotationX, rotationY 및 rotationZ를 이용하여 무비클립을 3차원으로 회전시키는 샘플 파일을 만들어 봤습니다. Use rotationZ rather than rotation on TextField 포스트에도 언급했듯이, 텍스트필드도 정상적으로 화면에 표시가 됩니다. 선을 드래그하면 X, Y 및 Z 축 한 가지만 회전되고, 면을 드래그하면 X축과 Y축을 동시에 제어할 수 있습니다. 마찬가지로 더블클릭하면 해당하는 속성만 0으로 초기화됩니다. 나중에 이미지 편집기 기능 개선할 <a href='http://hangunsworld.com/blog/502'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="korean">RotationX, rotationY 및 rotationZ를 이용하여 무비클립을 3차원으로 회전시키는 샘플 파일을 만들어 봤습니다. <a href="http://hangunsworld.com/blog/498">Use rotationZ rather than rotation on TextField</a> 포스트에도 언급했듯이, 텍스트필드도 정상적으로 화면에 표시가 됩니다.</p>
<p>선을 드래그하면 X, Y 및 Z 축 한 가지만 회전되고, 면을 드래그하면 X축과 Y축을 동시에 제어할 수 있습니다. 마찬가지로 더블클릭하면 해당하는 속성만 0으로 초기화됩니다.</p>
<p>나중에 <a href="http://hangunsworld.com/blog/307">이미지 편집기</a> 기능 개선할 때 적용시켜야겠네요.</div>
<div class="english">I made a sample movie rotating a movieclip in 3D space with rotationX, rotationY and rotationZ. Like I said on <a href="http://hangunsworld.com/blog/498">Use rotationZ rather than rotation on TextField</a>, the textfield is displayed properly.<br />
Drag on the blue lines or the gray circle to rotate the movieclip.</div>
<div class="japanese">ムービクリプを３次元で回転する簡単なサンプルを作って見ました。<a href="http://hangunsworld.com/blog/498">Use rotationZ rather than rotation on TextField</a> ポストで言った通り、テキストフィルドも正しく表れるんです。<br />
青いラインやグレー円をドラグすると、ムービクリプを回転出来ます。</div>
<p><script type="text/javascript">
insertFlashObject("/blog/wp-content/uploads/2009/02/rotation.swf", 550, 400);
</script></p>
<p><a href='http://hangunsworld.com/blog/wp-content/uploads/2009/02/rotation.fla'>Source file is here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hangunsworld.com/blog/502/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

