<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>RBGL3D Open Source Releases</title>
    <description>Charcoal Design's open source RBGL3D software releases</description>
    <image>
      <url>http://www.charcoaldesign.co.uk/images/charcoal.png</url>
      <link>http://www.charcoaldesign.co.uk/realbasic</link>
      <title>RBGL3D Open Source Releases</title>
      <description>Charcoal Design's open source RBGL3D software releases</description>
      <width>96</width>
      <height>96</height>
    </image>
    <copyright>Copyright 2006, Charcoal Design</copyright>
    <link>http://www.charcoaldesign.co.uk/realbasic</link>
    <language>en-gb</language>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <pubDate>Sun 09/05/2009 10:34:02</pubDate>
    <item>
      <title>RBGL3D Version 0.2.2</title>
      <link rel="alternate">http://www.charcoaldesign.co.uk/oss#rbgl3d</link>
      <pubDate>Sun 09/05/2009 10:34:02</pubDate>
      <description>
        &lt;p&gt;
        The RBGL3D library is a re-implementation of the deprecated REALbasic RB3DSpace control. RBGL3D is still in the early stages, but eventually we hope to replicate all the original RB3DSpace functionality.
      &lt;/p&gt;
        &lt;p&gt;Links:
          
              &lt;a href="http://www.charcoaldesign.co.uk/resources/rbgl3d.zip"&gt;Download&lt;/a&gt;
              |
              &lt;a href="http://www.charcoaldesign.co.uk/http://charcoaldesign.svn.beanstalkapp.com/rbgl3d"&gt;SVN&lt;/a&gt;
              
        &lt;/p&gt;
        &lt;p&gt;Release Notes:&lt;/p&gt;
        &lt;ul&gt;
    &lt;li&gt;[fix] Fixed a bug that caused x86 builds (Mac and Windows) to crash even though they worked fine in the IDE. Seems to be a RB bug relating to setting Single values via pointers (Thanks to Josh Alkoff for reporting it).&lt;/li&gt;
  &lt;/ul&gt;
      </description>
      <guid isPermaLink="true">
        <link rel="alternate">http://www.charcoaldesign.co.uk/oss#rbgl3d</link>
      </guid>
      <enclosure url="http://www.charcoaldesign.co.uk/images/icons.rbgl3d.png" type="image/png" length="5271"/>
    </item>
    <item>
      <title>RBGL3D Version 0.2.1</title>
      <link rel="alternate">http://www.charcoaldesign.co.uk/oss#rbgl3d</link>
      <pubDate>Sat 08/11/2008 22:49:11</pubDate>
      <description>
        &lt;p&gt;
        The RBGL3D library is a re-implementation of the deprecated REALbasic RB3DSpace control. RBGL3D is still in the early stages, but eventually we hope to replicate all the original RB3DSpace functionality.
      &lt;/p&gt;
        &lt;p&gt;Links:
          
              &lt;a href="http://www.charcoaldesign.co.uk/resources/rbgl3d.zip"&gt;Download&lt;/a&gt;
              |
              &lt;a href="http://www.charcoaldesign.co.uk/http://charcoaldesign.svn.beanstalkapp.com/rbgl3d"&gt;SVN&lt;/a&gt;
              
        &lt;/p&gt;
        &lt;p&gt;Release Notes:&lt;/p&gt;
        &lt;ul&gt;
    &lt;li&gt;[chg] Updated to include RBGL version 1.6.2&lt;/li&gt;
  &lt;/ul&gt;
      </description>
      <guid isPermaLink="true">
        <link rel="alternate">http://www.charcoaldesign.co.uk/oss#rbgl3d</link>
      </guid>
      <enclosure url="http://www.charcoaldesign.co.uk/images/icons.rbgl3d.png" type="image/png" length="5271"/>
    </item>
    <item>
      <title>RBGL3D Version 0.2</title>
      <link rel="alternate">http://www.charcoaldesign.co.uk/oss#rbgl3d</link>
      <pubDate>Fri 31/10/2008 21:29:32</pubDate>
      <description>
        &lt;p&gt;
        The RBGL3D library is a re-implementation of the deprecated REALbasic RB3DSpace control. RBGL3D is still in the early stages, but eventually we hope to replicate all the original RB3DSpace functionality.
      &lt;/p&gt;
        &lt;p&gt;Links:
          
              &lt;a href="http://www.charcoaldesign.co.uk/resources/rbgl3d.zip"&gt;Download&lt;/a&gt;
              |
              &lt;a href="http://www.charcoaldesign.co.uk/http://charcoaldesign.svn.beanstalkapp.com/rbgl3d"&gt;SVN&lt;/a&gt;
              
        &lt;/p&gt;
        &lt;p&gt;Release Notes:&lt;/p&gt;
        &lt;ul&gt;
    &lt;li&gt;[new] Added all missing methods and functionality for RBGLVectorList, RBGLColorList, RBGLUVList and RBGLTriangleList.&lt;/li&gt;
  
    &lt;li&gt;[new] Implemented Ambient and Floodlight.&lt;/li&gt;
  
    &lt;li&gt;[new] Trimesh vertex colours are now rendered correctly.&lt;/li&gt;
  
    &lt;li&gt;[new] Normals are now automatically generated if not specified explicitly for Trimeshes.&lt;/li&gt;
  
    &lt;li&gt;[new] Polygon BackFaces are no longer drawn unless the RBGLElement3D.RenderBackFaces property is set to true.&lt;/li&gt;
  
    &lt;li&gt;[fix] Fixed bug in RBGLTrimesh when resizing vertex list on enabling/disabling properies.&lt;/li&gt;
  
    &lt;li&gt;[new] Implementented RBGLQuaternion.SetBetween method.&lt;/li&gt;
  
    &lt;li&gt;[fix] Fixed bug in RBGLVector3D.Cross method.&lt;/li&gt;
  
    &lt;li&gt;[chg] Removed RBGLColorList.Enabled property as it does not appear to exist in the ColorList class despite appearing in the language reference.&lt;/li&gt;
  
    &lt;li&gt;[fix] Changed type of RBGLSpace.Floodlight property to RBGLVector3D (was Vector3D).&lt;/li&gt;
  
    &lt;li&gt;[chg] Removed constructor for RBGLElement for compatibility with projects that extend the RBGLElement class.&lt;/li&gt;
  
    &lt;li&gt;[fix] Accessing RBGLElement3D.Scale method now uses correct algorithm to get average of ScaleVector.&lt;/li&gt;
  
    &lt;li&gt;[chg] Accessing RBGLElement3D methods will no longer crash if Position, Orientation or Scale are set to nil. The original Element3D would crash under these circumstances, but it is more user friendly if it doesn't and has negligable impact on performance.&lt;/li&gt;
  
    &lt;li&gt;[new] Added Set method to RBGLVector3D.&lt;/li&gt;
  
    &lt;li&gt;[new] Added Copy method to RBGLMatrix.&lt;/li&gt;
  
    &lt;li&gt;[new] Added Equals method to RBGLVector3D for testing if two vectors are approximately the same, and overloaded operators for more elegant vector arithmetic.&lt;/li&gt;
  
    &lt;li&gt;[chg] RBGLQuaternion.GetMatrix now returns a copy of the matrix, so it cannot be altered.&lt;/li&gt;
  
    &lt;li&gt;[new] Added various missing properties and methods.&lt;/li&gt;
  &lt;/ul&gt;
      </description>
      <guid isPermaLink="true">
        <link rel="alternate">http://www.charcoaldesign.co.uk/oss#rbgl3d</link>
      </guid>
      <enclosure url="http://www.charcoaldesign.co.uk/images/icons.rbgl3d.png" type="image/png" length="5271"/>
    </item>
    <item>
      <title>RBGL3D Version 0.1</title>
      <link rel="alternate">http://www.charcoaldesign.co.uk/oss#rbgl3d</link>
      <pubDate>Wed 22/10/2008 21:27:11</pubDate>
      <description>
        &lt;p&gt;
        The RBGL3D library is a re-implementation of the deprecated REALbasic RB3DSpace control. RBGL3D is still in the early stages, but eventually we hope to replicate all the original RB3DSpace functionality.
      &lt;/p&gt;
        &lt;p&gt;Links:
          
              &lt;a href="http://www.charcoaldesign.co.uk/resources/rbgl3d.zip"&gt;Download&lt;/a&gt;
              |
              &lt;a href="http://www.charcoaldesign.co.uk/http://charcoaldesign.svn.beanstalkapp.com/rbgl3d"&gt;SVN&lt;/a&gt;
              
        &lt;/p&gt;
        &lt;p&gt;Release Notes:&lt;/p&gt;
        &lt;ul&gt;
    &lt;li&gt;[new] Initial release.&lt;/li&gt;
  &lt;/ul&gt;
      </description>
      <guid isPermaLink="true">
        <link rel="alternate">http://www.charcoaldesign.co.uk/oss#rbgl3d</link>
      </guid>
      <enclosure url="http://www.charcoaldesign.co.uk/images/icons.rbgl3d.png" type="image/png" length="5271"/>
    </item>
  </channel>
</rss>
