<?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: Collision Detection &amp; Resolution</title>
	<atom:link href="http://illogictree.com/2009/10/collision-detetection-resolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://illogictree.com/blog/2009/10/collision-detetection-resolution/</link>
	<description>Development In Any Colour You Like, Logical or Otherwise</description>
	<lastBuildDate>Wed, 09 May 2012 05:35:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Eddie</title>
		<link>http://illogictree.com/blog/2009/10/collision-detetection-resolution/comment-page-1/#comment-1232</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Wed, 09 May 2012 05:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://illogictree.com/?p=715#comment-1232</guid>
		<description>Valid collidables is a vector of objects that can collide, since you don&#039;t want to needlessly check collision on non-collidable objects, you use the vector to check against itself. The collision detection would depend on your scene. If it is 2D, maybe a quad-tree or kd-tree would be a better structure. In 3d, it might be a scene graph or BST.</description>
		<content:encoded><![CDATA[<p>Valid collidables is a vector of objects that can collide, since you don&#8217;t want to needlessly check collision on non-collidable objects, you use the vector to check against itself. The collision detection would depend on your scene. If it is 2D, maybe a quad-tree or kd-tree would be a better structure. In 3d, it might be a scene graph or BST.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloyd</title>
		<link>http://illogictree.com/blog/2009/10/collision-detetection-resolution/comment-page-1/#comment-1231</link>
		<dc:creator>Lloyd</dc:creator>
		<pubDate>Wed, 09 May 2012 04:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://illogictree.com/?p=715#comment-1231</guid>
		<description>Hi Eddie, nice post! However, I&#039;m a little confused about one thing, namely I see validCollidables being used in the call to CollectValidCollidables() but after that I can&#039;t see it being passed to any other functions. When is it used again?

Peace

Lloyd</description>
		<content:encoded><![CDATA[<p>Hi Eddie, nice post! However, I&#8217;m a little confused about one thing, namely I see validCollidables being used in the call to CollectValidCollidables() but after that I can&#8217;t see it being passed to any other functions. When is it used again?</p>
<p>Peace</p>
<p>Lloyd</p>
]]></content:encoded>
	</item>
</channel>
</rss>

