<?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>GLGE WebGL Library/Framework</title>
	<atom:link href="http://www.glge.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glge.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:08:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WebGL – GLGE LOD Support</title>
		<link>http://www.glge.org/webgl-%e2%80%93-glge-lod-support/</link>
		<comments>http://www.glge.org/webgl-%e2%80%93-glge-lod-support/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 12:08:10 +0000</pubDate>
		<dc:creator>Paul Brunt</dc:creator>
				<category><![CDATA[Demos]]></category>
		<category><![CDATA[lod]]></category>
		<category><![CDATA[webgl]]></category>

		<guid isPermaLink="false">http://www.glge.org/?p=190</guid>
		<description><![CDATA[So I&#8217;ve finally got round to adding LOD support to GLGE.  You can now specify the mesh and material to use for a given pixel size. This should be partiulay usefull for mobile devices since GLGE will automatically select the mesh and material based on the pixel size of the object.  I&#8217;ve done [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve finally got round to adding LOD support to GLGE.  You can now specify the mesh and material to use for a given pixel size. This should be partiulay usefull for mobile devices since GLGE will automatically select the mesh and material based on the pixel size of the object.  I&#8217;ve done the video, though it&#8217;s probably a bit tough to see the LOD change in that so why not try the live demo:</p>
<p><a class="button" href="http://www.glge.org/demos/loddemo/">Live Demo</a></p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/arSjHx3CTpI?fs=1&amp;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/arSjHx3CTpI?fs=1&amp;hl=en_GB" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glge.org/webgl-%e2%80%93-glge-lod-support/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WebGL &#8211; GLGE Updates and Demos .. Video &amp; Canvas Textures Plus Filters</title>
		<link>http://www.glge.org/webgl-glge-updates-and-demos-video-canvas-textures-plus-filters/</link>
		<comments>http://www.glge.org/webgl-glge-updates-and-demos-video-canvas-textures-plus-filters/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 16:23:51 +0000</pubDate>
		<dc:creator>Paul Brunt</dc:creator>
				<category><![CDATA[Demos]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[glge]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[webgl]]></category>

		<guid isPermaLink="false">http://www.glge.org/?p=176</guid>
		<description><![CDATA[Not one or two but three demos this time. I&#8217;ve spent a little bit of time pulling togther code thats been hanging around for a while resulting in a number of new features. In addition, thanks to an excellent suggestion from Dennis Ippel I&#8217;ve added the ability to chain commands in the API eg:
myGroup.setLocX(10).setLocY(10).addObject(object1).addObject(object2);
Taking it [...]]]></description>
			<content:encoded><![CDATA[<p>Not one or two but three demos this time. I&#8217;ve spent a little bit of time pulling togther code thats been hanging around for a while resulting in a number of new features. In addition, thanks to an excellent suggestion from <a href="http://www.rozengain.com/blog/">Dennis Ippel</a> I&#8217;ve added the ability to chain commands in the API eg:</p>
<p>myGroup.setLocX(10).setLocY(10).addObject(object1).addObject(object2);</p>
<p>Taking it one step further I&#8217;ve also added a quick notatation so you need even less code, so the example above can be written as:</p>
<p>myGroup._({LocX:10,LocY:10},object1,object2);</p>
<p>As well as that I&#8217;ve also got GLGE working in the latest nightlies of chromium and firefox, I&#8217;ve not been able to check webkit so shout if there is an issue. Be warned this may have broken things in older browsers <img src='http://www.glge.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p><strong style="display:block; padding-top: 20px;">2D Filters</strong></p>
<p>GLGE now has the ability to apply 2D post processing filters to 3D scene, at the moment you need to write them in GLSL but I will try and build some common ones in(blur,dof,SSAO,bloom etc) before the next release. I&#8217;ve put together a demo terrain with some God rays and DOF:</p>
<p><a class="button" href="/demos/2dfilterdemo">Play Live Demo</a><br />
<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/TTAQI-tgu-w&amp;hl=en_GB&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/TTAQI-tgu-w&amp;hl=en_GB&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong style="display:block; padding-top: 20px;">Video Textures</strong></p>
<p>GLGE can now apply a video as a texture, although the webgl video texture option seems to still be missing in webkit I&#8217;ve worked around it for now by taking the video via the canvas so it should work cross browser. Although the demo is only using ogg theora so I&#8217;m not sure about safari?.</p>
<p><a class="button" href="/demos/videodemo">Play Live Demo</a><br />
<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/YzBy00RpoGQ&amp;hl=en_GB&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/YzBy00RpoGQ&amp;hl=en_GB&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong style="display:block; padding-top: 20px;">Canvas Textures</strong></p>
<p>As well as video GLGE can now display 2D canvas as a texture, in addition I&#8217;ve added texture coordinates to the ray query so you can interact with the canvas as you would normally. The demo below demostrates this by allowing you to draw onto the canvas that is being mapped to the cube.</p>
<p><a class="button" href="/demos/canvasdemo">Play Live Demo</a><br />
<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/PzZLWflJbfk&amp;hl=en_GB&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/PzZLWflJbfk&amp;hl=en_GB&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glge.org/webgl-glge-updates-and-demos-video-canvas-textures-plus-filters/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WebGL &#8211; A Platform Game in GLGE v0.5</title>
		<link>http://www.glge.org/webgl-a-platform-game-in-glge-v0-5/</link>
		<comments>http://www.glge.org/webgl-a-platform-game-in-glge-v0-5/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 15:53:27 +0000</pubDate>
		<dc:creator>Paul Brunt</dc:creator>
				<category><![CDATA[Demos]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[platform game]]></category>
		<category><![CDATA[webgl]]></category>

		<guid isPermaLink="false">http://www.glge.org/?p=169</guid>
		<description><![CDATA[I&#8217;ve finally got round to pulling stuff together for a well overdue release. Since this one is so late I&#8217;ve skipped a couple of versions as an indication of how much has been done since v0.2.
Some of the new features:

Environment Mapping
Bounding Volumes
Render to Texture, with built in oblique near-plane clipping, for reflections and refractions
Collada Animation [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally got round to pulling stuff together for a well overdue release. Since this one is so late I&#8217;ve skipped a couple of versions as an indication of how much has been done since v0.2.</p>
<p>Some of the new features:</p>
<ul>
<li>Environment Mapping</li>
<li>Bounding Volumes</li>
<li>Render to Texture, with built in oblique near-plane clipping, for reflections and refractions</li>
<li>Collada Animation support</li>
<li>Completely re-done skeletal animation; there is no longer a limit on the number of bones.</li>
<li>A new particle system</li>
<li>There is also experimental soft shadow support.</li>
</ul>
<p>You may have noticed that the original GLGE animated man disapeared a little while ago. Unfortunately he doesn&#8217;t work in the new system and I seem to have lost the original blend file, so I don&#8217;t think I&#8217;ll be able to bring him back <img src='http://www.glge.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> ; I have however done a completely new test man with animations. As always I&#8217;ve had to rush the modeling and animation to get it done &#8211; one of these days I&#8217;ll spend some proper time on the arty side of things <img src='http://www.glge.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Anyway I&#8217;ve used the new man in a simple platform game. It&#8217;s still very buggy as I&#8217;ve not sorted out proper physics yet but it shows off v0.5 quite well:</p>
<p><a class="button" href="http://www.glge.org/demos/platformdemo/index.htm">Play Live Demo</a></p>
<p>Video:<br />
<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/qPaOp__1JFc&amp;hl=en_GB&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/qPaOp__1JFc&amp;hl=en_GB&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>If you&#8217;re intrested I&#8217;ve made the blend files for this one available with the export script, which still needs a little manual intevention, but it&#8217;s getting there slowly. Download:</p>
<p><a href="http://www.glge.org/demos/platformdemo/man.blend"> file1</a></p>
<p><a href="http://www.glge.org/demos/platformdemo/level.blend"> file2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glge.org/webgl-a-platform-game-in-glge-v0-5/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Jiglib in GLGE</title>
		<link>http://www.glge.org/jiglib-in-glge/</link>
		<comments>http://www.glge.org/jiglib-in-glge/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 16:23:33 +0000</pubDate>
		<dc:creator>Paul Brunt</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.glge.org/?p=153</guid>
		<description><![CDATA[So, I&#8217;ve been a bit busy/lazy of late with regard to GLGE but I&#8217;ve doing a bit of work on something different. A physics demo in javascript using GLGE. When I started there where no 3D physics libraries for javascript. I knew I wouldn&#8217;t have time to write one from scratch, but I had played [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been a bit busy/lazy of late with regard to GLGE but I&#8217;ve doing a bit of work on something different. A physics demo in javascript using GLGE. When I started there where no 3D physics libraries for javascript. I knew I wouldn&#8217;t have time to write one from scratch, but I had played with jiglibflash a bit in the past so I decided it was time for a port.</p>
<p>At this point I have to say the jiglibflash guys have an amazing library and have done a fantastic job porting the original over to flash, which made getting it into javascript that much easier.</p>
<p>I&#8217;m happy to say that the port went faster and better then I was anticipating. The simlarlarities between JS and AS3 ment I didn&#8217;t have to spend too much time messing about with syntax. At the moment it&#8217;s not working quite right in vanilla GLGE but I&#8217;ll be fixing that shortly, in the mean time I&#8217;ve hacked a bit and there is a little demo up at:</p>
<p><a class="button" href="http://www.paulbrunt.co.uk/jiglib/tests/">Live Demo</a></p>
<p>Hopefully, this will be usefull for people working with all the webgl frameworks and libraries and not just GLGE. I&#8217;ve intentially not hooked anything directly into GLGE so it should be just as easy for people to get physics working with c3dl, cubicvr, energizeGL, O3D, sceneJS, spidergl, webglu,&#8230;. or even use it directly with raw webgl. The code is now available at:</p>
<p><a href="http://github.com/supereggbert/JibLibJS">The Source</a></p>
<p>PS shout if I missed out one of the scene graph libs I tried to get them all</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glge.org/jiglib-in-glge/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WebGL: Reflections and Refractions in GLGE</title>
		<link>http://www.glge.org/webgl-reflections-and-refractions-in-glge/</link>
		<comments>http://www.glge.org/webgl-reflections-and-refractions-in-glge/#comments</comments>
		<pubDate>Sun, 09 May 2010 10:55:58 +0000</pubDate>
		<dc:creator>Paul Brunt</dc:creator>
				<category><![CDATA[Demos]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[reflections]]></category>
		<category><![CDATA[refractions]]></category>
		<category><![CDATA[water]]></category>
		<category><![CDATA[webgl]]></category>

		<guid isPermaLink="false">http://www.glge.org/?p=142</guid>
		<description><![CDATA[GLGE now has a render to texture feature within the material system. In addition to rendering to texture GLGE also has common transforms built-in which allows you to create complex effects such as water with only a few lines of mark up.  I&#8217;ve put together a demo showing how to achieve a water effect [...]]]></description>
			<content:encoded><![CDATA[<p>GLGE now has a render to texture feature within the material system. In addition to rendering to texture GLGE also has common transforms built-in which allows you to create complex effects such as water with only a few lines of mark up.  I&#8217;ve put together a demo showing how to achieve a water effect with reflections and refractions. The interesting part is that to define the material only took a few lines of XML:</p>
<p>
<script src="http://gist.github.com/395055.js?file=WaterMaterial.xml"></script>
</p>
<p>
Although this demo show water many other effects can be achieved, reflections on floors mirrors etc. Hopefully it will also allow for portals between scenes shortly, but is currently limited to cameras in the same scene.  This feature is not currently working in firefox and you will need a nightly of a webkit browser to view the demo since the RTT is using the DEPTH_STENCIL_ATTACHMENT which has yet to make it into firefox, fingers crossed it won&#8217;t be long!
</p>
<p><a class="button" href="http://www.glge.org/demos/waterdemo/index.htm">Try Live Demo</a></p>
<p><b>The Video:</b></p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/UOORMLEQey8&#038;hl=en_GB&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UOORMLEQey8&#038;hl=en_GB&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glge.org/webgl-reflections-and-refractions-in-glge/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>WebGL:Particles and Environment Maps in GLGE</title>
		<link>http://www.glge.org/webglparticles-and-environment-maps-in-glge/</link>
		<comments>http://www.glge.org/webglparticles-and-environment-maps-in-glge/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 08:58:39 +0000</pubDate>
		<dc:creator>Paul Brunt</dc:creator>
				<category><![CDATA[Demos]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[environment maps]]></category>
		<category><![CDATA[glge]]></category>
		<category><![CDATA[glsl]]></category>
		<category><![CDATA[paricles]]></category>
		<category><![CDATA[webgl]]></category>

		<guid isPermaLink="false">http://www.glge.org/?p=133</guid>
		<description><![CDATA[GLGE now has a couple of key features that have been missing up to now. The new particle system isn&#8217;t as comprahensive as I would like yet so there will no doubt be more update in the coming months, but it should be okay to prduce a vast range of effects.
See live Particle Demo
Video:

In addition [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">GLGE now has a couple of key features that have been missing up to now. The new particle system isn&#8217;t as comprahensive as I would like yet so there will no doubt be more update in the coming months, but it should be okay to prduce a vast range of effects.</div>
<div id="_mcePaste"><a class="button" style="margin: 10px" href="http://www.glge.org/demos/particlesdemo/">See live Particle Demo</a></div>
<div id="_mcePaste">Video:</div>
<div><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/G9DlC9_m1NA&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/G9DlC9_m1NA&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<div id="_mcePaste" style="padding-top: 25px;">In addition to particles I&#8217;ve also managed to add cube mapping to GLGE the result is that you can now specify environment maps very easily withing GLGE with just a couple of lines of XML:</div>
<p><script src="http://gist.github.com/378280.js"></script></p>
<div id="_mcePaste">I&#8217;ve put together a simple demo of environment mapping using the traditional teapot.</div>
<div id="_mcePaste"><a class="button" style="margin: 10px" href="http://www.glge.org/demos/envmapdemo/">See Live Environment Mapping Demo</a></div>
<div id="_mcePaste">Video:</div>
<div><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/bQ1k8C8cD0k&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/bQ1k8C8cD0k&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://www.glge.org/webglparticles-and-environment-maps-in-glge/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WebGL &#8211; Collada Animation and Skinning soon</title>
		<link>http://www.glge.org/webgl-collada-animation-and-skinning-soon/</link>
		<comments>http://www.glge.org/webgl-collada-animation-and-skinning-soon/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 15:32:39 +0000</pubDate>
		<dc:creator>Paul Brunt</dc:creator>
				<category><![CDATA[Demos]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[glge]]></category>
		<category><![CDATA[nexuiz]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[webgl]]></category>

		<guid isPermaLink="false">http://www.glge.org/?p=119</guid>
		<description><![CDATA[A collada animation and skining demo is coming soon much of the skeletal animation in GLGE has been rewritten in the last few weeks. But given googles recent quake port I though I&#8217;d put it off for a bit. Instead I spent a couple of days putting something together to demonstrate collition detection in GLGE. I&#8217;ve imported a level [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">A collada animation and skining demo is coming soon much of the skeletal animation in GLGE has been rewritten in the last few weeks. But given googles recent quake port I though I&#8217;d put it off for a bit. Instead I spent a couple of days putting something together to demonstrate collition detection in GLGE. I&#8217;ve imported a level from <a href="http://www.alientrap.org/nexuiz/">Nexuiz</a> into GLGE. I&#8217;ve not had time for some of the niceties such as shadow maps hopefully I&#8217;ll do a fuller demo soon. In the mean time play the live demo here(remember you&#8217;ll need a webgl enabled browser):</div>
<div style="padding: 15px;"><a class="button" href="http://www.glge.org/demos/leveldemo/">Play Live Demo</a></div>
<div id="_mcePaste">Controls WASD and mouse to move spacebar to jump. Be a little careful you can run out windows <img src='http://www.glge.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </div>
<div id="_mcePaste">
<p>Or see the video below:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="505" 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/PPeX3Q1Re3U&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="505" src="http://www.youtube.com/v/PPeX3Q1Re3U&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
</div>
<p>Credit for the map from Nexuiz:<br />
Tymo <a href="http://home.arcor.de/dwalinn/">http://home.arcor.de/dwalinn/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.glge.org/webgl-collada-animation-and-skinning-soon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NEW Release:GLGE V0.2</title>
		<link>http://www.glge.org/glge-v0-2/</link>
		<comments>http://www.glge.org/glge-v0-2/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 10:01:52 +0000</pubDate>
		<dc:creator>Paul Brunt</dc:creator>
				<category><![CDATA[Demos]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[webgl]]></category>

		<guid isPermaLink="false">http://www.glge.org/?p=93</guid>
		<description><![CDATA[As you may now be aware I&#8217;m not very good at drawing a line and issuing a release; there always seems too much left to do. So, I&#8217;ve been killing as many bugs as possible the last couple of weeks and fixing shader issues, adding parallax mapping and I can now say that GLGE v0.2 is go. [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">As you may now be aware I&#8217;m not very good at drawing a line and issuing a release; there always seems too much left to do. So, I&#8217;ve been killing as many bugs as possible the last couple of weeks and fixing shader issues, adding parallax mapping and I can now say that GLGE v0.2 is go.  Since the last release there have been a lot of new additions, including:</div>
<div id="_mcePaste">
<ul>
<li>shadow</li>
<li>collada support</li>
<li>gpu picking</li>
<li>fog</li>
<li>text rendering</li>
<li>parrallax mapping</li>
<li>and many optimizations</li>
</ul>
</div>
<div id="_mcePaste">I&#8217;ve put together a little demo showing off some of the new features; it&#8217;s quite large so may take awhile to load on slower connections. I wanted to do something a little more involved but I think that will have to wait for the next release:</div>
<div><a class="button" href="http://www.glge.org/demos/point2demo/index.htm">Try the demo</a></div>
<div>The Video</div>
<div id="_mcePaste"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" 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/TI1_YT_CEeo&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/TI1_YT_CEeo&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<div id="_mcePaste">Features in the works, that will be coming in the coming weeks/months:</div>
<div id="_mcePaste">
<ul>
<li>Some better documention and tutorials</li>
<li>software picking</li>
<li>particle system</li>
<li>cube mapping</li>
<li>reflections</li>
<li>refractions</li>
<li>physics</li>
<li>and much much more</li>
</ul>
</div>
<div id="_mcePaste">On a slight side note, something that is definitely worth a look, katalabs have release a very impressive demo of webgl:</div>
<div id="_mcePaste"><a href="http://www.katalabs.com/blog/">http://www.katalabs.com/blog/</a></div>
<div id="_mcePaste"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" 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/grzdbdoFz1M&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/grzdbdoFz1M&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<div id="_mcePaste" style="padding-top: 50px;">A few credits for the models used in the GLGE demo above, if I&#8217;ve missed someone off shout:</div>
<div id="_mcePaste">entertainment cabinet &#8211; trigram_QWQ</div>
<div id="_mcePaste"><a href="http://www.jintudesigns.com/">http://www.jintudesigns.com/free-3d-models.html</a></div>
<div id="_mcePaste">table and chairs &#8211;  © Google CEO at Google Warehouse</div>
<div id="_mcePaste">sofa &#8211; © resources.blogscopia</div>
<div id="_mcePaste"><a href="http://www.3dvia.com/mgbaron/models/B6335AACBE90A2B4">http://www.3dvia.com/mgbaron/models/B6335AACBE90A2B4</a></div>
<div id="_mcePaste">coffee table &#8211; © Alexandre BRETHEAU</div>
<div id="_mcePaste"><a href="http://www.3dvia.com/Le_Faya/models/1AAC3E1022340618">http://www.3dvia.com/Le_Faya/models/1AAC3E1022340618</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.glge.org/glge-v0-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>COLLADA now supported</title>
		<link>http://www.glge.org/collada-now-supported/</link>
		<comments>http://www.glge.org/collada-now-supported/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 20:48:29 +0000</pubDate>
		<dc:creator>Paul Brunt</dc:creator>
				<category><![CDATA[Demos]]></category>
		<category><![CDATA[collada]]></category>
		<category><![CDATA[webgl]]></category>

		<guid isPermaLink="false">http://www.glge.org/?p=88</guid>
		<description><![CDATA[I&#8217;m back now and fully back in to the swing of things. While I&#8217;ve been gone others have been busy, checkout this excellent brain visualization created by Phil Mercurio using GLGE, very impressive and very high poly:
http://thyrd.org/brain
I&#8217;m running a little behind schedule on GLGE at the moment but I&#8217;ve managed to get native COLLADA support working. The addition of COLLADA meant [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back now and fully back in to the swing of things. While I&#8217;ve been gone others have been busy, checkout this excellent brain visualization created by Phil Mercurio using GLGE, very impressive and very high poly:</p>
<p><a href="http://thyrd.org/brain" target="_blank">http://thyrd.org/brain</a></p>
<p>I&#8217;m running a little behind schedule on GLGE at the moment but I&#8217;ve managed to get native COLLADA support working. The addition of COLLADA meant adding of a couple of other very useful new features to the core api. GLGE now has multimaterial support and also a new group class to allow for transform hierarchies(very useful for animation, and hopefully culling on larger scenes).</p>
<p>The COLLADA support is still a work in progress, there is no animation yet, and it&#8217;s not 100% reliable, but it&#8217;s on it&#8217;s way. I&#8217;ve put together a small demo with a few models from <a href="http://www.collada.org" target="_blank">www.collada.org</a>:</p>
<p><a href="http://www.glge.org/demos/colladademo/index.html">View Demo</a> &#8211; Remember you need a webGL enabled Browser</p>
<p>Video</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" 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/BRTTJJcZweU&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/BRTTJJcZweU&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Version 0.2 of GLGE is coming soon I just want to iron out some bugs and tidy things and maybe include do a demo to showcase the features added since 0.1.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glge.org/collada-now-supported/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Text Rendering Demo</title>
		<link>http://www.glge.org/glge-text-rendering-demo/</link>
		<comments>http://www.glge.org/glge-text-rendering-demo/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 13:52:32 +0000</pubDate>
		<dc:creator>Paul Brunt</dc:creator>
				<category><![CDATA[Demos]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[glge]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.glge.org/?p=82</guid>
		<description><![CDATA[This weeks big new feature is the addition of text rendering. I&#8217;ve also added a billboard option that will point the z-axis of any object towards the camera or any other object.
See the live demo
Video:

There has also been lots of changes behind the scenes.  The animation system has been fixed and improved. It&#8217;s now [...]]]></description>
			<content:encoded><![CDATA[<p>This weeks big new feature is the addition of text rendering. I&#8217;ve also added a billboard option that will point the z-axis of any object towards the camera or any other object.</p>
<p><a href="http://www.glge.org/demos/textdemo/index.htm">See the live demo</a></p>
<p>Video:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" 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/ePq7kwyfYq0&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/ePq7kwyfYq0&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>There has also been lots of changes behind the scenes.  The animation system has been fixed and improved. It&#8217;s now posible to animate using linear intoperlation(finally) as well as animate discrete steps and set non-numeric values. This may well be the last big update for the next couple of weeks as I&#8217;m off on a family holiday next weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glge.org/glge-text-rendering-demo/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
