Changeset 8243

Show
Ignore:
Timestamp:
04/27/08 14:39:46
Author:
robert
Message:

Updated prese

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph-TrainingMaterials/trunk/Presentations/Introduction/OpenSceneGraphTour.p3d

    r8234 r8243  
    163163 
    164164   <slide> 
    165       <background></background> 
     165      <background>Images/default_blue.jpg</background> 
    166166      <title>2003 The year of scalabilty</title> 
    167       <layer> 
    168          <model position="0.5 1.0 0.0" rotate="20 1 0 0" scale="10">edlevin.ive</model> 
    169       </layer> 
    170167      <layer> 
    171168         <bullet>Producer is born</bullet> 
     
    245242      <background></background> 
    246243      <bgcolor>BLACK</bgcolor> 
     244      <title>2006 Consolodation</title> 
     245      <layer> 
     246         <model position="0.5 0.4 -0.5" rotation="1 0 0 1" scale="200" >Starfield/starfield.osg</model> 
     247         <paragraph> 
     248 
     249July 2006 - OpenSceneGraph-1.1 
     250  
     251    New Shader based preciptation effects 
     252    New EventQueue to make it easier to integrate GUI events 
     253    Lots of bug fixes + API improvemnts 
     254 
     255  
     256  
     257September 2006 - OpenSceneGraph-1.2 
     258  
     259    64bit Windows support 
     260    New COLLADA plugin 
     261    Lots of bug fixes + API improvemnts     
     262  
     263  
     264October 2006 - Highland Gathering 
     265  
     266    Three day meeting in Scotland to discuss plans for 
     267    future. 
     268</paragraph> 
     269      </layer> 
     270   </slide> 
     271 
     272    <slide> 
     273      <background></background> 
     274      <bgcolor>BLACK</bgcolor> 
     275      <title>Late 2006 Conflict, and filling the Breach</title> 
     276      <layer> 
     277         <model position="0.5 0.4 -0.5" rotation="1 0 0 1" scale="200" >Starfield/starfield.osg</model> 
     278         <paragraph> 
     279 
     280November 2006 - The Split 
     281  
     282    Simmering disagreement over project design decisions  
     283    and control boils over and Don Burns quits the project. 
     284    Don withdraws server and admin support. 
     285  
     286    Shock and uncertainty in community and for project 
     287    lead. 
     288  
     289  
     290Late 2006 - Community Steps into the Breach 
     291  
     292    Jose Luis Hidalgo volunteers his services as admin,  
     293  
     294    His department at Polytechnic University of Valencia 
     295    purchase dedicated server and hosts it onsite at UPV. 
     296     
     297    Website ported to new server, project migrated from  
     298    CVS to SVN. 
     299 
     300</paragraph> 
     301      </layer> 
     302   </slide> 
     303 
     304    <slide> 
     305      <background></background> 
     306      <bgcolor>BLACK</bgcolor> 
     307      <title>First half 2007 - New beginnings</title> 
     308      <layer> 
     309         <model position="0.5 0.4 -0.5" rotation="1 0 0 1" scale="200" >Starfield/starfield.osg</model> 
     310         <paragraph> 
     311 
     312New osgViewer library replaces osgProducer/Producer 
     313  
     314    - Work long time in gestation, now brought forward 
     315    - Allows us to address long term friction points in 
     316      use of OpenSceneGraph 
     317    - Removes dependency on Producer, avoids reliance 
     318      on now absent goodwill. 
     319 
     320 
     321New CMake build system 
     322  
     323    - Unifies build across all platforms 
     324    - Reduces maintaince burden of maintaining multiple 
     325      independant build systems 
     326    - Improves project "uptime" 
     327    - Alas OSX XCode support is problem child... 
     328 
     329 
     330New developer/stable release scheme 
     331  
     332    - weekly developer releases with odd points, 1.9.x 
     333    - stable releases with even points 2.0.x 
     334</paragraph> 
     335      </layer> 
     336   </slide> 
     337         
     338    <slide> 
     339      <background></background> 
     340      <bgcolor>BLACK</bgcolor> 
     341      <title>Summer 2007 - New Foundations Secured</title> 
     342      <layer> 
     343         <model position="0.5 0.4 -0.5" rotation="1 0 0 1" scale="200" >Starfield/starfield.osg</model> 
     344         <paragraph> 
     345 
     346June 2007 - OpenSceneGraph 2.0 
     347         
     348    Culmination of intense period of refacting project 
     349    source code, tools and development methodologies. 
     350     
     351        - New build system 
     352        - New osgViewer library 
     353        - New osgManipulator library 
     354        - New osgShadow library 
     355        - New GUI integration examples GLUT, SDL, Qt, 
     356          WxWidgets and MFC 
     357         
     358    But fundamentally the same scene graph API underneath. 
     359 
     360  
     361Community shows itself strong and vibrant, with a confidence in its own abilities. 
     362  
     363  
     364A stark and welcome contast to situation six months earlier. 
     365 
     366</paragraph> 
     367      </layer> 
     368   </slide> 
     369         
     370    <slide> 
     371      <background></background> 
     372      <bgcolor>BLACK</bgcolor> 
     373      <title>Second half 2007 - Building up to something bigger</title> 
     374      <layer> 
     375         <model position="0.5 0.4 -0.5" rotation="1 0 0 1" scale="200" >Starfield/starfield.osg</model> 
     376         <paragraph> 
     377 
     378VirtualPlanetBuilder project commences. 
     379  
     380    Takes osgdem/old osgTerrain from 1.2 and builds  
     381    new scalable infrastructure for building paged datases. 
     382  
     383    Aims: 
     384  
     385        Terabyte scale paged databases 
     386        Cluster support 
     387        Incremental build 
     388 
     389  
     390  
     391October 2008 - OpenSceneGraph-2.2 
     392  
     393    Easiest stable release to date - new systems working 
     394    effectively! 
     395  
     396        - Support for spherical displays 
     397        - Versioned dll's under Windows 
     398        - Improvements to osgViewer 
     399        - Support for GLSL texture arrays 
     400        - Soft shadows and parallel split shadow maps 
     401        - Lots of bug fixes and minor API improvements 
     402 
     403 
     404</paragraph> 
     405      </layer> 
     406   </slide> 
     407 
     408    <slide> 
     409      <background></background> 
     410      <bgcolor>BLACK</bgcolor> 
     411      <title>2008 Enter the Terabyte Era</title> 
     412      <layer> 
     413         <model position="0.5 0.4 -0.5" rotation="1 0 0 1" scale="200" >Starfield/starfield.osg</model> 
     414         <paragraph> 
     415         
     416         </paragraph> 
     417      </layer> 
     418   </slide> 
     419 
     420    <slide> 
     421      <background></background> 
     422      <bgcolor>BLACK</bgcolor> 
    247423      <title>Future developments...</title> 
    248424      <layer> 
    249425         <model position="0.5 0.4 -0.5" rotation="1 0 0 1" scale="200" >Starfield/starfield.osg</model> 
    250          <model position="0.5 0.4 -0.5" rotation="5 0 0 1" scale="1.0">Earth/earth.ive</model> 
    251426      </layer> 
    252427   </slide>