<?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 II</title>
	<atom:link href="http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.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: freddyrock</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/comment-page-1#comment-2169</link>
		<dc:creator>freddyrock</dc:creator>
		<pubDate>Thu, 11 Aug 2011 09:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=328#comment-2169</guid>
		<description>Thanks for this tutorial Martin! Really useful stuff, and everything works great so far :)</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial Martin! Really useful stuff, and everything works great so far <img src='http://www.droidnova.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Borange</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/comment-page-1#comment-2122</link>
		<dc:creator>Borange</dc:creator>
		<pubDate>Tue, 05 Jul 2011 12:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=328#comment-2122</guid>
		<description>Thanks for these great tutorials, it works fine, like a pancake for me.

Cheers</description>
		<content:encoded><![CDATA[<p>Thanks for these great tutorials, it works fine, like a pancake for me.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emre</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/comment-page-1#comment-1962</link>
		<dc:creator>emre</dc:creator>
		<pubDate>Sun, 24 Apr 2011 18:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=328#comment-1962</guid>
		<description>Sorry, you are right. Thanks again for the tutorial and quick responses.</description>
		<content:encoded><![CDATA[<p>Sorry, you are right. Thanks again for the tutorial and quick responses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/comment-page-1#comment-1959</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 23 Apr 2011 10:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=328#comment-1959</guid>
		<description>But a vertex has 3 float values, so you need to calculate 3 vertices with 3 values each with a size of 4 bytes. Thats 3 * 3 * 4.</description>
		<content:encoded><![CDATA[<p>But a vertex has 3 float values, so you need to calculate 3 vertices with 3 values each with a size of 4 bytes. Thats 3 * 3 * 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emre</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/comment-page-1#comment-1958</link>
		<dc:creator>emre</dc:creator>
		<pubDate>Sat, 23 Apr 2011 09:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=328#comment-1958</guid>
		<description>There is a redundant &#039;3&#039; in the first line of inittriangle I think.
&lt;pre lang=&quot;java&quot; line=&quot;1&quot;&gt;ByteBuffer vbb = ByteBuffer.allocateDirect(_nrOfVertices * 3 * 4);&lt;/pre&gt;
_nrofvertices is already 3</description>
		<content:encoded><![CDATA[<p>There is a redundant &#8217;3&#8242; in the first line of inittriangle I think.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="java" style="font-family:monospace;">ByteBuffer vbb <span style="color: #339933;">=</span> ByteBuffer.<span style="color: #006633;">allocateDirect</span><span style="color: #009900;">&#40;</span>_nrOfVertices <span style="color: #339933;">*</span> <span style="color: #cc66cc;">3</span> <span style="color: #339933;">*</span> <span style="color: #cc66cc;">4</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>_nrofvertices is already 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasi</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/comment-page-1#comment-1935</link>
		<dc:creator>Sasi</dc:creator>
		<pubDate>Thu, 21 Apr 2011 06:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=328#comment-1935</guid>
		<description>Dear bVada,
it should be &quot; _nrOfVertices*3*4 &quot; because each vertex has three float values(x,y,z).
and each of those floats are four bytes long.
that&#039;s why we use &quot; _nrOfVertices* 3 *4 &quot;</description>
		<content:encoded><![CDATA[<p>Dear bVada,<br />
it should be &#8221; _nrOfVertices*3*4 &#8221; because each vertex has three float values(x,y,z).<br />
and each of those floats are four bytes long.<br />
that&#8217;s why we use &#8221; _nrOfVertices* 3 *4 &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/comment-page-1#comment-1796</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 20 Mar 2011 02:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=328#comment-1796</guid>
		<description>Why use FloatBuffer (NIO) instead of a float[]? Is FloatBuffer faster than a simple array?


Thx again!</description>
		<content:encoded><![CDATA[<p>Why use FloatBuffer (NIO) instead of a float[]? Is FloatBuffer faster than a simple array?</p>
<p>Thx again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bVada</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/comment-page-1#comment-1644</link>
		<dc:creator>bVada</dc:creator>
		<pubDate>Wed, 02 Feb 2011 08:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=328#comment-1644</guid>
		<description>Martin,

Shouldn&#039;t 

ByteBuffer.allocateDirect(_nrOfVertices*3*4);

be  

ByteBuffer.allocateDirect(_nrOfVertices*4);

instead? Thanks for great tutorial! :)</description>
		<content:encoded><![CDATA[<p>Martin,</p>
<p>Shouldn&#8217;t </p>
<p>ByteBuffer.allocateDirect(_nrOfVertices*3*4);</p>
<p>be  </p>
<p>ByteBuffer.allocateDirect(_nrOfVertices*4);</p>
<p>instead? Thanks for great tutorial! <img src='http://www.droidnova.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/comment-page-1#comment-1592</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 12 Jan 2011 17:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=328#comment-1592</guid>
		<description>If you have time to update the tutorial, feel free to do it. I appreciate every help I can get. At the time this series was written, version 2.0.1 was the newest one. Every one who complains about my tutorials is invited to write better one. I will be happy to publish them.</description>
		<content:encoded><![CDATA[<p>If you have time to update the tutorial, feel free to do it. I appreciate every help I can get. At the time this series was written, version 2.0.1 was the newest one. Every one who complains about my tutorials is invited to write better one. I will be happy to publish them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/comment-page-1#comment-1591</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 12 Jan 2011 17:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=328#comment-1591</guid>
		<description>How about this... Everyone who makes tutorials or examples ALWAYS uses an earlier version of the SDK which half the code isn&#039;t used anymore or the names changed... I.E basically obsolete...Try making the example WORK for the CURRENT SDK instead of making it work for 1.5 which is completely different from the SDK 2.0 or 2.2 or 2.2 or even 2.3 at most... This is why half cant get it to work...</description>
		<content:encoded><![CDATA[<p>How about this&#8230; Everyone who makes tutorials or examples ALWAYS uses an earlier version of the SDK which half the code isn&#8217;t used anymore or the names changed&#8230; I.E basically obsolete&#8230;Try making the example WORK for the CURRENT SDK instead of making it work for 1.5 which is completely different from the SDK 2.0 or 2.2 or 2.2 or even 2.3 at most&#8230; This is why half cant get it to work&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

