Changes between Version 8 and Version 9 of PAGE_SCENE_IMPL_ALTERNATIVE_R0


Ignore:
Timestamp:
02/10/09 06:39:17 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_SCENE_IMPL_ALTERNATIVE_R0

    v8 v9  
    77== Overview == 
    88 
    9 For this task, create an alternative page scene implementation to experiment with performance tweaks, such as using OpenGL.  This is done as a second engine so the main, stable engine can still be used until this faster engine is stable. 
     9For this task, create an alternative page scene implementation that uses OpenGL for performance gains.  This is done as a second engine so the main, stable engine can still be used until this faster engine is stable. 
    1010 
    1111== Task requirements == 
    1212 
    13  * Build a faster,  alternative page scene module 
    14  * Investigate the use of OpenGL for performance reasons 
     13 * Build a faster page scene module 
     14 * Investigate the use of JOGL and Java3D, which use OpenGL for performance gains 
     15 * Explain and document which library was chosen and why  
     16 * Consider and explain how native libraries (Native to Windows, OS X and Linux) might be used in Sophie 
    1517 
    1618== Task result == 
     
    2022== Implementation idea == 
    2123 
    22  * Look at visualElement 
    2324 * Use the main implementation as a guide for this task 
     25 * Java3D provides an object model that when used in conjunction with our scene model may prove useful 
     26 * Make sure this R0 version at least works, specific performance gains are not required 
    2427 
    2528== Related == 
     
    3538== How to demo == 
    3639 
    37 Demo the speed differences between the main page scene engine and this one 
     40Demo the speed and design differences between the main page scene engine and this one.  Explain why you chose the library you decided upon using. 
    3841 
    3942= Design =