<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>20papercups :: Michael Marner&#039;s Website &#187; 3dbuzz</title>
	<atom:link href="http://www.20papercups.net/tag/3dbuzz/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.20papercups.net</link>
	<description>The (awesome) website of Michael Marner</description>
	<lastBuildDate>Tue, 15 Nov 2011 01:09:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Behaviours Demo &#8211; Android Programming</title>
		<link>http://www.20papercups.net/programming/behaviours-demo-android-programming/</link>
		<comments>http://www.20papercups.net/programming/behaviours-demo-android-programming/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 23:37:54 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[3dbuzz]]></category>
		<category><![CDATA[ai]]></category>
		<category><![CDATA[andriod]]></category>
		<category><![CDATA[nexus one]]></category>
		<category><![CDATA[opengl]]></category>

		<guid isPermaLink="false">http://www.20papercups.net/?p=347</guid>
		<description><![CDATA[Hey Everyone So this week I became a member sponsor on www.3dbuzz.com. The first thing I had a look at was their XNA Behaviour Programming videos, which are the first in their set on AI programming. However, not being particularly interested in XNA, I implemented the algorithms presented in the videos for Android. Here&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p>Hey Everyone</p>
<p>So this week I became a member sponsor on www.3dbuzz.com. The first thing I had a look at was their XNA Behaviour Programming videos, which are the first in their set on AI programming. However, not being particularly interested in XNA, I implemented the algorithms presented in the videos for Android.</p>
<p>Here&#8217;s a video of the demo running on my Nexus One:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/zFFex-MXm_w?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/zFFex-MXm_w?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Since I was on Android and only using the Android and OpenGL ES libraries, I had to write a lot of low level code to replace the XNA functionality that 3DBuzz&#8217;s videos rely on. I also had to implement an on-screen joystick. I might write up a couple of posts on the more interesting parts of the code (what is not in the videos) soon.</p>
<p>Thanks<br />
Michael</p>
]]></content:encoded>
			<wfw:commentRss>http://www.20papercups.net/programming/behaviours-demo-android-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Tutorial 09 &#8211; OpenGL and Java</title>
		<link>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/</link>
		<comments>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 10:51:13 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Java Video Tutorials]]></category>
		<category><![CDATA[3dbuzz]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jogl]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.20papercups.net/?p=100</guid>
		<description><![CDATA[This video looks at how we can use the OpenGL graphics library in our Java programs. This video was an entry in a competition on 3dbuzz.com. As such, it doesn&#8217;t flow on from the previous videos, just consider it a bonus. Note that this video is 1024&#215;768, so hit the full screen button to get [...]]]></description>
			<content:encoded><![CDATA[<p>This video looks at how we can use the OpenGL graphics library in our Java programs. This video was an entry in a competition on <a href="http://www.3dbuzz.com" target="_blank">3dbuzz.com</a>. As such, it doesn&#8217;t flow on from the previous videos, just consider it a bonus.<span id="more-100"></span></p>
<p style="text-align: center;"><img src="http://www.20papercups.net/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p style="text-align: left;">Note that this video is 1024&#215;768, so hit the full screen button to get more readable detail.</p>
<p style="text-align: left;"><strong>Notes:</strong></p>
<p style="text-align: left;">This video is the property of 3DBuzz Inc. Jason and Zak have kindly given me permission to host it on this website. Because it is not owned by me, I would appreciate it if you did not distribute this video. Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.20papercups.net/java-vtm-tutorials/java-vtm09-opengl-and-java/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>C++ Video &#8211; 3DBuzz Suppliment</title>
		<link>http://www.20papercups.net/tutorials/c-video-3dbuzz-suppliment/</link>
		<comments>http://www.20papercups.net/tutorials/c-video-3dbuzz-suppliment/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 01:25:16 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[3dbuzz]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.20papercups.net/?p=113</guid>
		<description><![CDATA[This is a very short video explaining a problem that comes up time and time again on 3dbuzz.com. Essentially, why the code for their Hello World example doesn&#8217;t compile. If you have done any C++ coding before, you can safely ignore this video. Note that this video is 1024&#215;768, so hit the full screen button [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very short video explaining a problem that comes up time and time again on <a href="http://www.3dbuzz.com" target="_blank">3dbuzz.com</a>. Essentially, why the code for their Hello World example doesn&#8217;t compile. If you have done any C++ coding before, you can safely ignore this video.<span id="more-113"></span></p>
<p style="text-align: center;"><img src="http://www.20papercups.net/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
<p style="text-align: left;">Note that this video is 1024&#215;768, so hit the full screen button to get more readable detail.</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-9376349336558898";
google_ad_slot = "0815367707";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p style="text-align: left;"><strong>Notes:</strong></p>
<p style="text-align: left;">The 3DBuzz C++ videos include the following code:</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;">main<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
   <span style="color: #000066;">cout</span> <span style="color: #339933;">&lt;&lt;</span> <span style="color: #ff0000;">&quot;Hello World&quot;</span> <span style="color: #339933;">&lt;&lt;</span> endl<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>This code fails to compile on newer versions of Visual C++ and GCC. All that needs to be done is to specify that main will return an int, and then actually return one:</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;"><span style="color: #993333;">int</span> main<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
   <span style="color: #000066;">cout</span> <span style="color: #339933;">&lt;&lt;</span> <span style="color: #ff0000;">&quot;Hello World&quot;</span> <span style="color: #339933;">&lt;&lt;</span> endl<span style="color: #339933;">;</span>
   <span style="color: #b1b100;">return</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Of course, whether this actually needed a video is debatable!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.20papercups.net/tutorials/c-video-3dbuzz-suppliment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

