<?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: Game Physics</title>
	<atom:link href="http://gafferongames.com/game-physics/feed/" rel="self" type="application/rss+xml" />
	<link>http://gafferongames.com</link>
	<description>Glenn Fiedler&#039;s Game Development Articles and Tutorials</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:03:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CodeCriminal</title>
		<link>http://gafferongames.com/game-physics/#comment-639</link>
		<dc:creator>CodeCriminal</dc:creator>
		<pubDate>Sat, 15 May 2010 15:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaffer.org/game-physics/#comment-639</guid>
		<description>Ill second that - favourited!</description>
		<content:encoded><![CDATA[<p>Ill second that &#8211; favourited!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Fiedler</title>
		<link>http://gafferongames.com/game-physics/#comment-638</link>
		<dc:creator>Glenn Fiedler</dc:creator>
		<pubDate>Thu, 12 Nov 2009 23:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaffer.org/game-physics/#comment-638</guid>
		<description>it is generally necessary to renormalize the quaternion after you integrate it, provided that it is a certain distance from length 1.0, this may help.</description>
		<content:encoded><![CDATA[<p>it is generally necessary to renormalize the quaternion after you integrate it, provided that it is a certain distance from length 1.0, this may help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dynamically challenged</title>
		<link>http://gafferongames.com/game-physics/#comment-637</link>
		<dc:creator>dynamically challenged</dc:creator>
		<pubDate>Thu, 12 Nov 2009 23:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaffer.org/game-physics/#comment-637</guid>
		<description>I&#039;m trying to simulate simple drifting of an object in a water flow. So, I start with a stationary object and expect it to speed up and reach steady state at the same speed as the current. It seems to do this but after reaching steady state, an oscillation develops that eventually diverges. I noticed that after a couple uses of coordinate transformations using quaternions, some of the x,y forces bleed into the z axis (which is a no-no for my 3dof sim). Do I need to normalize occasionally or take some action to prevent angular momentum from being developed somehow? The cube demo seems to have an angular velocity damping term added to prevent this from being a problem.. is it necessary because of precision issues with the implementation? Thanks for the discussion.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to simulate simple drifting of an object in a water flow. So, I start with a stationary object and expect it to speed up and reach steady state at the same speed as the current. It seems to do this but after reaching steady state, an oscillation develops that eventually diverges. I noticed that after a couple uses of coordinate transformations using quaternions, some of the x,y forces bleed into the z axis (which is a no-no for my 3dof sim). Do I need to normalize occasionally or take some action to prevent angular momentum from being developed somehow? The cube demo seems to have an angular velocity damping term added to prevent this from being a problem.. is it necessary because of precision issues with the implementation? Thanks for the discussion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Fiedler</title>
		<link>http://gafferongames.com/game-physics/#comment-636</link>
		<dc:creator>Glenn Fiedler</dc:creator>
		<pubDate>Thu, 12 Nov 2009 01:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaffer.org/game-physics/#comment-636</guid>
		<description>I really cannot comment without knowing more details about your simulation, what exactly are you trying to do?</description>
		<content:encoded><![CDATA[<p>I really cannot comment without knowing more details about your simulation, what exactly are you trying to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dynamically challenged</title>
		<link>http://gafferongames.com/game-physics/#comment-635</link>
		<dc:creator>dynamically challenged</dc:creator>
		<pubDate>Thu, 12 Nov 2009 01:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaffer.org/game-physics/#comment-635</guid>
		<description>Thanks for being so generous with the source code AND dynamics simulation explanations. I&#039;ve tried using your example code to model a real dynamic system and run into the dreaded divergence &#039;explosion&#039;. Even though the dynamics are &#039;low&#039; and the 100hz timestep should be plenty small enough (I think), it&#039;s not easy sorting out the cause.. Any suggestions for diagnosing this general type of problem? Is there a general series of diagnostic steps that you&#039;d recommend for resolving divergence? (I started by cutting the timestep down by a factor of 10 but it just pushed the divergence further out in time). Since everything is done as a float is there a potential for things to become denormalized/inconsistent that requires frequent action?</description>
		<content:encoded><![CDATA[<p>Thanks for being so generous with the source code AND dynamics simulation explanations. I&#8217;ve tried using your example code to model a real dynamic system and run into the dreaded divergence &#8216;explosion&#8217;. Even though the dynamics are &#8216;low&#8217; and the 100hz timestep should be plenty small enough (I think), it&#8217;s not easy sorting out the cause.. Any suggestions for diagnosing this general type of problem? Is there a general series of diagnostic steps that you&#8217;d recommend for resolving divergence? (I started by cutting the timestep down by a factor of 10 but it just pushed the divergence further out in time). Since everything is done as a float is there a potential for things to become denormalized/inconsistent that requires frequent action?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Fiedler</title>
		<link>http://gafferongames.com/game-physics/#comment-634</link>
		<dc:creator>Glenn Fiedler</dc:creator>
		<pubDate>Thu, 15 Oct 2009 04:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaffer.org/game-physics/#comment-634</guid>
		<description>it is fixed, thank you!</description>
		<content:encoded><![CDATA[<p>it is fixed, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scragar</title>
		<link>http://gafferongames.com/game-physics/#comment-633</link>
		<dc:creator>scragar</dc:creator>
		<pubDate>Thu, 15 Oct 2009 00:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaffer.org/game-physics/#comment-633</guid>
		<description>On the spring physics page there&#039;s a link tag around the text &quot;next article&quot; but it&#039;s not linked to anything.</description>
		<content:encoded><![CDATA[<p>On the spring physics page there&#8217;s a link tag around the text &#8220;next article&#8221; but it&#8217;s not linked to anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://gafferongames.com/game-physics/#comment-632</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 12 Oct 2009 16:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaffer.org/game-physics/#comment-632</guid>
		<description>Thanks Glenn, It looks pretty good. I&#039;ll give it a read,

James</description>
		<content:encoded><![CDATA[<p>Thanks Glenn, It looks pretty good. I&#8217;ll give it a read,</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Fiedler</title>
		<link>http://gafferongames.com/game-physics/#comment-631</link>
		<dc:creator>Glenn Fiedler</dc:creator>
		<pubDate>Mon, 12 Oct 2009 01:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaffer.org/game-physics/#comment-631</guid>
		<description>Hello James, well I was going to write one about collision detection, but then I found out about &quot;Real Time Collision Detection&quot; by Christer Ericson. This is *the* book you want to get. Any article I would write would just be inferior to this.

cheers mate</description>
		<content:encoded><![CDATA[<p>Hello James, well I was going to write one about collision detection, but then I found out about &#8220;Real Time Collision Detection&#8221; by Christer Ericson. This is *the* book you want to get. Any article I would write would just be inferior to this.</p>
<p>cheers mate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://gafferongames.com/game-physics/#comment-630</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 11 Oct 2009 13:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.gaffer.org/game-physics/#comment-630</guid>
		<description>Hi Glen. I am loving the articles you&#039;ve written so far. They&#039;re very informative and have given me some great ideas for building my own physics engine. I was wondering if you have any plans to write an article about collision detection (or if you&#039;ve already written one).

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi Glen. I am loving the articles you&#8217;ve written so far. They&#8217;re very informative and have given me some great ideas for building my own physics engine. I was wondering if you have any plans to write an article about collision detection (or if you&#8217;ve already written one).</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: gafferongames.com @ 2010-09-10 00:17:20 -->