<?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>Mon, 24 May 2010 13:29:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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>10</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>
