<?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>blog.sketchit.de &#187; QuadTree</title>
	<atom:link href="http://blog.sketchit.de/tag/quadtree/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sketchit.de</link>
	<description>Glaubt mir ich hab den Weihnachtsmann mit eigenen Augen gesehen...</description>
	<lastBuildDate>Wed, 30 Jun 2010 06:28:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>QuadTrees Actionscript 3</title>
		<link>http://blog.sketchit.de/2009/12/quadtrees-actionscript-3/</link>
		<comments>http://blog.sketchit.de/2009/12/quadtrees-actionscript-3/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 10:56:25 +0000</pubDate>
		<dc:creator>Hubert Hölzl</dc:creator>
				<category><![CDATA[AS3 & Flash]]></category>
		<category><![CDATA[Multimedia Technology]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Computergraphik]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[QuadTree]]></category>

		<guid isPermaLink="false">http://blog.sketchit.de/?p=190</guid>
		<description><![CDATA[Note: Hence, I write my articles in english (and I'm glad if you notice any mistake and send it to me). In our course Computergraphics I've developed an implementation of QuadTrees for Actionscript 3. A QuadTree is a datastructure for increasing the efficiency of collisiondetection or nearest neighbour appointment. Wiki You can enable the collisiondetection [...]]]></description>
			<content:encoded><![CDATA[<p>Note: Hence, I write my articles in english (and I'm glad if you notice any mistake and send it to me).</p>
<p>In our course Computergraphics I've developed an implementation of QuadTrees for Actionscript 3. A QuadTree is a datastructure for increasing the efficiency of collisiondetection or nearest neighbour appointment.</p>
<p><a href="http://en.wikipedia.org/wiki/Quadtree" target="_blank">Wiki</a></p>
<p>You can enable the collisiondetection by hitting a "C" and switch between QuadTree and Bruteforce by hitting Space. The amount of objects can be changed by typing it in the field labeled with 50.<br />
SourceCode: <a href="http://blog.sketchit.de/wp-content/uploads/2009/12/QuadTreeSource.zip">QuadTreeSource</a></p>
<p>
<object width="512" height="597">
<param name="movie" value="http://blog.sketchit.de/wp-content/uploads/2009/12/Main.swf"></param>
<param name="quality" value="high"></param>
<param name="wmode" value="window"></param>
<param name="menu" value="false"></param>
<param name="bgcolor" value="#FFFFFF"></param>
<embed type="application/x-shockwave-flash" width="512" height="597" src="http://blog.sketchit.de/wp-content/uploads/2009/12/Main.swf" quality="high" bgcolor="#FFFFFF" wmode="window" menu="false" ></embed>
</object>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sketchit.de/2009/12/quadtrees-actionscript-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuadTrees Implementierung für AS3, v0.1</title>
		<link>http://blog.sketchit.de/2009/10/quadtrees-implementierung-fur-as3-v0-1/</link>
		<comments>http://blog.sketchit.de/2009/10/quadtrees-implementierung-fur-as3-v0-1/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 11:43:01 +0000</pubDate>
		<dc:creator>Hubert Hölzl</dc:creator>
				<category><![CDATA[AS3 & Flash]]></category>
		<category><![CDATA[Multimedia Technology]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Collision Detection]]></category>
		<category><![CDATA[Datenstruktur]]></category>
		<category><![CDATA[Nearest Neighbour]]></category>
		<category><![CDATA[QuadTree]]></category>

		<guid isPermaLink="false">http://blog.sketchit.de/?p=116</guid>
		<description><![CDATA[Die erste Version der QuadTrees für AS3 läuft soweit. Objekte werden schon mal eingefügt, und der Tree selbst graphisch dargestellt. Beim Klick auf ein Quad werden alle zugehörigen Objekte markiert. Grundlage für die nächste Version, Nearest Neighbour und Collision Detection. QuadTrees v0.1]]></description>
			<content:encoded><![CDATA[<p>Die erste Version der QuadTrees für AS3 läuft soweit. Objekte werden schon mal eingefügt, und der Tree selbst graphisch dargestellt. Beim Klick auf ein Quad werden alle zugehörigen Objekte markiert.<br />
Grundlage für die nächste Version, Nearest Neighbour und Collision Detection.</p>
<p><a href="http://blog.sketchit.de/wp-content/uploads/2009/10/QuadTrees.swf">QuadTrees v0.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sketchit.de/2009/10/quadtrees-implementierung-fur-as3-v0-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
