<?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: Android 3D game tutorial &#8211; Part IV</title>
	<atom:link href="http://www.droidnova.com/android-3d-game-tutorial-part-iv,358.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.droidnova.com/android-3d-game-tutorial-part-iv,358.html</link>
	<description>Rapid android development from Berlin</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:50:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Fahham</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-iv,358.html/comment-page-1#comment-2024</link>
		<dc:creator>Fahham</dc:creator>
		<pubDate>Wed, 18 May 2011 04:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=358#comment-2024</guid>
		<description>Hey, got a question. Do we always need to allocate the memory in the init before drawing any shape? Perhaps the answer is in the tutorials later on. My apologies if that is the case.</description>
		<content:encoded><![CDATA[<p>Hey, got a question. Do we always need to allocate the memory in the init before drawing any shape? Perhaps the answer is in the tutorials later on. My apologies if that is the case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MAT</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-iv,358.html/comment-page-1#comment-1175</link>
		<dc:creator>MAT</dc:creator>
		<pubDate>Wed, 23 Jun 2010 09:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=358#comment-1175</guid>
		<description>Just a silly comment which you can delete if you fix it. In the text above you said...

&quot;The we create a float array (line 23-27) with 4 values for each vertex.&quot;

...which is actually pointing to triangle coordinates, and not the newly added RGBA color info, which is on line 29-33.</description>
		<content:encoded><![CDATA[<p>Just a silly comment which you can delete if you fix it. In the text above you said&#8230;</p>
<p>&#8220;The we create a float array (line 23-27) with 4 values for each vertex.&#8221;</p>
<p>&#8230;which is actually pointing to triangle coordinates, and not the newly added RGBA color info, which is on line 29-33.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snow</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-iv,358.html/comment-page-1#comment-366</link>
		<dc:creator>Snow</dc:creator>
		<pubDate>Fri, 02 Oct 2009 07:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=358#comment-366</guid>
		<description>Hey Martin, great job.  I only have an hour a night to learn this so your tutorials are perfect.  Your level and pace is just what I need.  Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hey Martin, great job.  I only have an hour a night to learn this so your tutorials are perfect.  Your level and pace is just what I need.  Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherlockhua</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-iv,358.html/comment-page-1#comment-276</link>
		<dc:creator>sherlockhua</dc:creator>
		<pubDate>Tue, 08 Sep 2009 04:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=358#comment-276</guid>
		<description>good job,can you give me something demmo about bitmap drawed by openGL ES.thank you advance.</description>
		<content:encoded><![CDATA[<p>good job,can you give me something demmo about bitmap drawed by openGL ES.thank you advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-iv,358.html/comment-page-1#comment-232</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 21 Aug 2009 10:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=358#comment-232</guid>
		<description>A commenter mentioned the issue with the &lt;a href=&quot;http://www.droidnova.com/playing-with-graphics-in-android-part-ii,160.html/comment-page-1#comment-88&quot; rel=&quot;nofollow&quot;&gt;@Override annotations&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>A commenter mentioned the issue with the <a href="http://www.droidnova.com/playing-with-graphics-in-android-part-ii,160.html/comment-page-1#comment-88" rel="nofollow">@Override annotations</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-iv,358.html/comment-page-1#comment-227</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 20 Aug 2009 20:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=358#comment-227</guid>
		<description>Good stuff. I got it to work. Only the @Overrides in VortexRenderer are giving me problems. Removing them solves it.

Thanks for the effort! It&#039;s really appreciated.</description>
		<content:encoded><![CDATA[<p>Good stuff. I got it to work. Only the @Overrides in VortexRenderer are giving me problems. Removing them solves it.</p>
<p>Thanks for the effort! It&#8217;s really appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

