<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[GMan's Mods & Stuff — collision tutorial?]]></title>
		<link>https://gprogs.com/viewtopic.php?id=367</link>
		<atom:link href="https://gprogs.com/extern.php?action=feed&amp;tid=367&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in collision tutorial?.]]></description>
		<lastBuildDate>Sun, 15 Mar 2009 16:22:20 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: collision tutorial?]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1411#p1411</link>
			<description><![CDATA[<p>yeah OK I will review the source thanks,</p>]]></description>
			<author><![CDATA[null@example.com (Slenkar)]]></author>
			<pubDate>Sun, 15 Mar 2009 16:22:20 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1411#p1411</guid>
		</item>
		<item>
			<title><![CDATA[Re: collision tutorial?]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1409#p1409</link>
			<description><![CDATA[<p>collision is about to get a lot better in v1.6 and parts of my current project are on hold a bit until that comes out.&nbsp; the current built-in implementation does not allow you to know a collision actually occurred.&nbsp; the updated version has a collision callback system so you can actually be notified when a collision occurs.</p><p>Irrlicht is a bit different than B3D in that most of the tools are there but you need to wrap it up a bit to make it work.&nbsp; it will take me a bit to whip up a few examples.&nbsp; in the meantime you can review the source of iB3D for some collision stuff.&nbsp; </p><p>essentially, sphere-sphere detection and response will need to be all manual.&nbsp; box-box is manual.&nbsp; box-boxmesh (you can create a mesh from a box for collision purposes) is built-in but you dont know when a collision happens.&nbsp; box-mesh is built-in.&nbsp; mesh-mesh is manual.</p>]]></description>
			<author><![CDATA[null@example.com (gman)]]></author>
			<pubDate>Sun, 15 Mar 2009 14:42:17 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1409#p1409</guid>
		</item>
		<item>
			<title><![CDATA[collision tutorial?]]></title>
			<link>https://gprogs.com/viewtopic.php?pid=1406#p1406</link>
			<description><![CDATA[<p>Hi, I saw the 7th tutorial on how to create collisions between a mesh and a level.<br />I used the code succesfully, but what is the best way to see if 2 meshes collide?<br />Or lets say you have 50 planes flying around what would be the best way to detect collisions?</p><p>Tutorial 7 uses triangle versus sphere which might be too slow for 50 planes</p><p>is there a way of doing sphere-sphere?</p><p>and how do you detect colliisons in code?(e.g. bullet vs plane)</p><p>thanks</p>]]></description>
			<author><![CDATA[null@example.com (Slenkar)]]></author>
			<pubDate>Thu, 12 Mar 2009 19:13:48 +0000</pubDate>
			<guid>https://gprogs.com/viewtopic.php?pid=1406#p1406</guid>
		</item>
	</channel>
</rss>
