
<?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: Autonomous Steering Behaviors</title>
	<atom:link href="http://www.shiffman.net/teaching/nature/steering/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shiffman.net</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 06:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.shiffman.net/teaching/nature/steering/comment-page-1/#comment-912047</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 01 Dec 2011 03:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/autonomous-steering-behaviors/#comment-912047</guid>
		<description>of course it&#039;s ok, yes!  Looking forward to seeing it!</description>
		<content:encoded><![CDATA[<p>of course it&#8217;s ok, yes!  Looking forward to seeing it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul O'Neill</title>
		<link>http://www.shiffman.net/teaching/nature/steering/comment-page-1/#comment-912039</link>
		<dc:creator>Paul O'Neill</dc:creator>
		<pubDate>Tue, 29 Nov 2011 15:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/autonomous-steering-behaviors/#comment-912039</guid>
		<description>I&#039;ve made something derivative of your boid&#039;s and pathing example, and was wondering if you&#039;d mind if I posted on the internet, so long as I credit you.  My code&#039;s nothing&#039; special and it&#039;s a bit of a mess right now, but it was really just an attempt to figure out basic steering behaviors and to add in some novel interactions/get some novel output.  Your examples were incredibly helpful, and went much more in depth than the built in processing examples.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve made something derivative of your boid&#8217;s and pathing example, and was wondering if you&#8217;d mind if I posted on the internet, so long as I credit you.  My code&#8217;s nothing&#8217; special and it&#8217;s a bit of a mess right now, but it was really just an attempt to figure out basic steering behaviors and to add in some novel interactions/get some novel output.  Your examples were incredibly helpful, and went much more in depth than the built in processing examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.shiffman.net/teaching/nature/steering/comment-page-1/#comment-911717</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 27 Oct 2011 01:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/autonomous-steering-behaviors/#comment-911717</guid>
		<description>This example doesn&#039;t take into account the &quot;order&quot; of the path.  So if you know which segments of the path are connected to which you could have the boid take that into account while it is following.</description>
		<content:encoded><![CDATA[<p>This example doesn&#8217;t take into account the &#8220;order&#8221; of the path.  So if you know which segments of the path are connected to which you could have the boid take that into account while it is following.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al11</title>
		<link>http://www.shiffman.net/teaching/nature/steering/comment-page-1/#comment-911081</link>
		<dc:creator>Al11</dc:creator>
		<pubDate>Thu, 18 Aug 2011 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/autonomous-steering-behaviors/#comment-911081</guid>
		<description>Thanks a lot! Also will be thankfull for 1 more lead: What should I consider if the path has different directions and crossroads, like figure &quot;8&quot; or more complicated? (Boids loose their directions in &quot;Path folow&quot; examples.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! Also will be thankfull for 1 more lead: What should I consider if the path has different directions and crossroads, like figure &#8220;8&#8243; or more complicated? (Boids loose their directions in &#8220;Path folow&#8221; examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.shiffman.net/teaching/nature/steering/comment-page-1/#comment-911024</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 10 Aug 2011 17:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/autonomous-steering-behaviors/#comment-911024</guid>
		<description>Their initial position is set in the object&#039;s constructor.  Take a look at the arrive behavior and consider adding an arrive force once they are within a certain distance of the end.</description>
		<content:encoded><![CDATA[<p>Their initial position is set in the object&#8217;s constructor.  Take a look at the arrive behavior and consider adding an arrive force once they are within a certain distance of the end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.shiffman.net/teaching/nature/steering/comment-page-1/#comment-911023</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 10 Aug 2011 17:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/autonomous-steering-behaviors/#comment-911023</guid>
		<description>You&#039;ll need to extend the concept of a circle into a sphere and use spherical coordinates (if you want to use Reynolds&#039; wandering algorithm)</description>
		<content:encoded><![CDATA[<p>You&#8217;ll need to extend the concept of a circle into a sphere and use spherical coordinates (if you want to use Reynolds&#8217; wandering algorithm)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al11</title>
		<link>http://www.shiffman.net/teaching/nature/steering/comment-page-1/#comment-911021</link>
		<dc:creator>Al11</dc:creator>
		<pubDate>Tue, 09 Aug 2011 15:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/autonomous-steering-behaviors/#comment-911021</guid>
		<description>This is very very good simulation tool! I am very interesting, how can I make boids  to be arrived() at the end point of path? And don&#039;t start from beginnig...</description>
		<content:encoded><![CDATA[<p>This is very very good simulation tool! I am very interesting, how can I make boids  to be arrived() at the end point of path? And don&#8217;t start from beginnig&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.shiffman.net/teaching/nature/steering/comment-page-1/#comment-618623</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/autonomous-steering-behaviors/#comment-618623</guid>
		<description>For 3D wandering, you need to pick a steering target on a sphere (rather than a circle): http://en.wikipedia.org/wiki/Spherical_coordinate_system</description>
		<content:encoded><![CDATA[<p>For 3D wandering, you need to pick a steering target on a sphere (rather than a circle): <a href="http://en.wikipedia.org/wiki/Spherical_coordinate_system" rel="nofollow">http://en.wikipedia.org/wiki/Spherical_coordinate_system</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayley</title>
		<link>http://www.shiffman.net/teaching/nature/steering/comment-page-1/#comment-617569</link>
		<dc:creator>Hayley</dc:creator>
		<pubDate>Mon, 01 Mar 2010 06:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/autonomous-steering-behaviors/#comment-617569</guid>
		<description>Hello!
This is a message from a frustrated graduate student that is desperately trying to make my multiagent system wander using processing in 3D.  I have everything operating in 3D except for the wander behavior of my agents.  I am using the wander code you posted above, but can&#039;t figure out how to manipulate it so that it wanders in the x, y, and z.  Does anyone have any hints on how to manipulate the wander behavior into 3D?</description>
		<content:encoded><![CDATA[<p>Hello!<br />
This is a message from a frustrated graduate student that is desperately trying to make my multiagent system wander using processing in 3D.  I have everything operating in 3D except for the wander behavior of my agents.  I am using the wander code you posted above, but can&#8217;t figure out how to manipulate it so that it wanders in the x, y, and z.  Does anyone have any hints on how to manipulate the wander behavior into 3D?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morphocode</title>
		<link>http://www.shiffman.net/teaching/nature/steering/comment-page-1/#comment-509548</link>
		<dc:creator>morphocode</dc:creator>
		<pubDate>Sat, 01 Aug 2009 22:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiffman.net/teaching/the-nature-of-code/autonomous-steering-behaviors/#comment-509548</guid>
		<description>Hi,
Great resource! Congrats :)

We&#039;ve implemented a wander steering behavior using processing and phys2D lib.

Check it out here:
http://morphocode.com/lab/en/2009/08/02/multi-agent-system-study-wander-steering-behavior/

Best Regards,
MORPHOCODE</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great resource! Congrats <img src='http://www.shiffman.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We&#8217;ve implemented a wander steering behavior using processing and phys2D lib.</p>
<p>Check it out here:<br />
<a href="http://morphocode.com/lab/en/2009/08/02/multi-agent-system-study-wander-steering-behavior/" rel="nofollow">http://morphocode.com/lab/en/2009/08/02/multi-agent-system-study-wander-steering-behavior/</a></p>
<p>Best Regards,<br />
MORPHOCODE</p>
]]></content:encoded>
	</item>
</channel>
</rss>

