<?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>candlin.net</title>
	<atom:link href="http://candlin.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://candlin.net</link>
	<description></description>
	<lastBuildDate>Wed, 24 Apr 2013 20:59:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Year 2 &#8211; OpenGL</title>
		<link>http://candlin.net/2011/12/year-2-opengl/</link>
		<comments>http://candlin.net/2011/12/year-2-opengl/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 21:22:29 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://candlin.net/?p=45</guid>
		<description><![CDATA[I&#8217;ve not posted on here for a couple of months and although this may look like one of those &#8220;oh sorry I&#8217;ve been away, I&#8217;m back&#8221; kind of posts, let me assure you that yeah, it actually is. The reason for being is that since resuming uni and starting back in the second year, the [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve not posted on here for a couple of months and although this may look like one of those &#8220;oh sorry I&#8217;ve been away, I&#8217;m back&#8221; kind of posts, let me assure you that yeah, it actually is.</p>
<p>The reason for being is that since resuming uni and starting back in the second year, the intense workload has left me feeling like we hit the ground running without much of a respite and while this year&#8217;s material has been the most useful in terms of learning specific programming techniques, the material we&#8217;ve covered so far hasn&#8217;t been very &#8216;blog friendly&#8217; unlike the project pieces I constructed in the first year.</p>
<p>Instead this year we&#8217;ve been covering 3 major topics; advanced physics techniques, 3D lighting calculations in OpenGL and programming in C++ (a step up from the programming in C the previous year).</p>
<p>Although there is nothing much to show yet for the physics side of things, I have been working on producing 3D shapes within OpenGL and C++ and then lighting the scene (we have been working on manual 3D lighting calculations but thankfully OpenGL handles a lot of this for us).</p>
<h2>My OpenGL Clock</h2>
<p>&nbsp;</p>
<p><a href="http://candlin.net/wp-content/uploads/2011/12/clock1.jpg"><img class="size-full wp-image-48 aligncenter" title="OpenGL Clock Face" src="http://candlin.net/wp-content/uploads/2011/12/clock1.jpg" alt="OpenGL Clock Face" width="371" height="370" /></a></p>
<p>Creating primitive objects within OpenGL requires a little work as 3D objects have to be defined using lists of vertices (co-ordinates) within 3D space. Using these points, OpenGL can then apply triangular polygons to make up the surface of the object; the surface direction then relies on a surface normal vector which is perpendicular to the vectors  that made up the surface. A correct surface normal allows accurate lighting calculations to be applied to the surface.</p>
<p><a href="http://candlin.net/wp-content/uploads/2011/12/clock2.jpg"><img class="size-full wp-image-49 aligncenter" title="clock2" src="http://candlin.net/wp-content/uploads/2011/12/clock2.jpg" alt="" width="370" height="370" /></a></p>
<p>After constructing my clock face, I decided to go a step further and add some &#8216;fake&#8217; shadowing to give the object a little more depth. I say fake shadowing as the shadows seen in the picture are just 2 more iterations of the objects used to generate the hands of the clock, with a darker material applied and then offset just above the surface of the face object. I&#8217;m pretty certain term 2 should introduce us to the concept of shader effects to allow for more realistic shadowing but for now my method and a few blending effects have done the trick.</p>
]]></content:encoded>
			<wfw:commentRss>http://candlin.net/2011/12/year-2-opengl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UDK coursework &#8211; Alice in Wonderland</title>
		<link>http://candlin.net/2011/07/udk-coursework-alice-in-wonderland/</link>
		<comments>http://candlin.net/2011/07/udk-coursework-alice-in-wonderland/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 10:26:34 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://candlin.net/?p=23</guid>
		<description><![CDATA[With my 2D work completed, it was time to start developing games using 3D in the form of the Unreal Development Kit (or UDK). We were given a list of popular film titles and while working in pairs, we were asked to utilise them as inspiration for a complete 3D level. Now there were many [...]]]></description>
				<content:encoded><![CDATA[<p>With my 2D work completed, it was time to start developing games using 3D in the form of the Unreal Development Kit (or UDK). We were given a list of popular film titles and while working in pairs, we were asked to utilise them as inspiration for a complete 3D level.</p>
<p>Now there were many options to choose from; Zombie Land, Tomb Raider and The Lord of the Rings are a few that I can remember, but there were a few things to consider that made the level design harder that it first appeared:</p>
<blockquote><p>The game-play had to be of your own design and could not just rely on the mechanics of the engine.</p></blockquote>
<p>UDK has close ties to Unreal 3, which is a multiplayer bot/human combat game featuring game types such as deathmatch, Capture the Flag etc. The level we were to hand in could not be a bot filled deathmatch level or a CTF level, it had to be a completely new design.</p>
<blockquote><p>The look and feel of the level had to match the title chosen by each team.</p></blockquote>
<p>Now UDK is an industrial themed, post-apocalyptic combat game and the included assets reflect that. This means that to make objects in your level match the theme inspired by your design, you have to either create/find new models/textures or re-purpose the existing ones and hope no-one can tell. I&#8217;ll tell you now, there are no tea cups within UDK!</p>
<blockquote><p>You must make either one complete level or two smaller levels</p></blockquote>
<p>So that in mind, we decided to make two large levels &gt;.&lt;</p>
<p>Below is a game trailer style video of our completed coursework. Matt and I had actually finished this a few months ago now but it&#8217;s taken me a little bit of time to properly complete the film.</p>
<p>As UDK level files are huge (and we made our levels huge also), offering the game up for download isn&#8217;t really an option so hopefully this video will give you a taste of the finished product. Enjoy ^^</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/DDfLgvuagLw?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>As you might&#8217;ve guessed from the title, we decided to opt for Alice in Wonderland theme. An excerpt of our brief reads:</p>
<p><span style="color: #999999;">Alice has fallen asleep within the maze, outside her home and as she snoozes, her thoughts and memories drift away over the hedges. When she awakes, she has no memory of who she is and must seek out the pages of her diary which now litter the strange world now surrounding her.</span></p>
<p>Credits:</p>
<p>Ben Candlin<br />
Matt Preston</p>
]]></content:encoded>
			<wfw:commentRss>http://candlin.net/2011/07/udk-coursework-alice-in-wonderland/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2D MMO Game</title>
		<link>http://candlin.net/2011/03/2d-mmo-game/</link>
		<comments>http://candlin.net/2011/03/2d-mmo-game/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 00:15:06 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://candlin.net/blog/?p=10</guid>
		<description><![CDATA[Outside the sphere of my university work, one of my many projects I currently have in development is the building of my own MMO game. The intention was to build a top down, 2-Dimensional point and click RPG game to support the movements of many online players using an IRC server to handle all the [...]]]></description>
				<content:encoded><![CDATA[<p>Outside the sphere of my university work, one of my many projects I currently have in development is the building of my own MMO game.</p>
<p>The intention was to build a top down, 2-Dimensional point and click RPG game to support the movements of many online players using an IRC server to handle all the transactions behind the scenes. By doing it this way, each time a player enters a new section of the game world, they would actually be joining a new IRC channel. This has the added benefit of distancing players as they can now only see and interact with other players and NPCs within their &#8216;range of vision&#8217;.</p>
<p>Well, I&#8217;ve put a little bit of my theory into practice and produced a video demo showing a little bit of the system in action:</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/5dxJTk9Yb84?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p>Current working elements are:<br />
-Walk/stop animations<br />
-Path finding/obstacle avoidance<br />
Server Interactions:<br />
-Handshake<br />
-Enter Location<br />
-Update player intended location/arrived at location</p>
]]></content:encoded>
			<wfw:commentRss>http://candlin.net/2011/03/2d-mmo-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spacewar:Plutonium Project</title>
		<link>http://candlin.net/2011/01/spacewarplutonium-project/</link>
		<comments>http://candlin.net/2011/01/spacewarplutonium-project/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 11:51:17 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://candlin.net/blog/?p=8</guid>
		<description><![CDATA[This is one of my coursework pieces in which we were asked to create a 2-Dimensional game in one of about 4 different genres; a traditional platformer, an escape from a maze game, a kind of Tetris platformer and a top down space game much like Asteroids. As you can tell by the title, I [...]]]></description>
				<content:encoded><![CDATA[<p>This is one of my coursework pieces in which we were asked to create a 2-Dimensional game in one of about 4 different genres; a traditional platformer, an escape from a maze game, a kind of Tetris platformer and a top down space game much like Asteroids. As you can tell by the title, I opted for the top down space game but instead of going for a single wrap-around screen, I decided to build something with a little more scope.</p>
<p><a href="downloads/pluto.exe">Pluto.exe (windows only)</a></p>
<p><span style="text-decoration: underline;">Controls:</span></p>
<p><strong>Right mouse button</strong> fires thrusters. Be careful in running out of fuel as your ship will explode if you do..I&#8217;m not entirely sure why it has to, but it does save you floating endlessly in space.</p>
<p><strong>Left Mouse button</strong> fires the plasma cannon.</p>
<p><strong>Spacebar</strong> activates the shield for a short amount of time, watch your shield energy!</p>
<p><span style="text-decoration: underline;">Moving the ship:</span></p>
<p>The ship will turn towards the target reticule at all times, which is controlled by the mouse pointer. Simply fire your thrusters and your ship will move towards the reticule.</p>
<p>Notes:<br />
Ignore the load game function. Although it does work, it only works after at least one play through and wasn&#8217;t the main focus of my efforts.</p>
<p>Your shield energy regenerates, your hull integrity doesn&#8217;t&#8230;so make use of your shield in large swarms.</p>
<p>In an effort to cut down on people using the radar to avoid large groups of ships in order to pick them off one by one, I have included a class of ship that doesn&#8217;t appear on the radar..You will know them when you see them.</p>
<p>Please ignore the cheesy graphics while you&#8217;re at it!</p>
]]></content:encoded>
			<wfw:commentRss>http://candlin.net/2011/01/spacewarplutonium-project/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://candlin.net/2010/11/welcome/</link>
		<comments>http://candlin.net/2010/11/welcome/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 22:40:20 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://candlin.net/blog/?p=5</guid>
		<description><![CDATA[While studying for a degree in Computer Games Programming, it dawned on me that the degree on its own might not be sufficient to get me a good career off the bat&#8230;and so, welcome to my digital portfolio! Hopefully this will be a good standpoint to help show off my work and highlight my skills [...]]]></description>
				<content:encoded><![CDATA[<p>While studying for a degree in Computer Games Programming, it dawned on me that the degree on its own might not be sufficient to get me a good career off the bat&#8230;and so, welcome to my digital portfolio! Hopefully this will be a good standpoint to help show off my work and highlight my skills to any potential employer.</p>
<p>As I continue to study, I will post some of my course work as well as any side-projects I may undertake outside of uni.</p>
<p>Here&#8217;s to<del> 2014(my graduation date!)!</del>   2013, actually as I opted not to do a placement!</p>
]]></content:encoded>
			<wfw:commentRss>http://candlin.net/2010/11/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic

 Served from: candlin.net @ 2013-06-19 03:25:40 by W3 Total Cache -->