Changes between Version 3 and Version 4 of GROUP_SCENES_R2


Ignore:
Timestamp:
08/31/09 12:07:09 (16 years ago)
Author:
gogov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified GROUP_SCENES_R2

    v3 v4  
    1111  * Implement 1-2 sample effects like shadow and blur if possible. 
    1212 * Try to fix the .so, .dll problems or at least propose how to deal with this problem. 
    13  * Improve the SceneDemoTest to have effects 
     13 * Improve the SceneDemoTest to have effects. 
    1414  * Rename SceneDemoTest to a more clever thing (: 
    1515 * Coach meddle some JOGL (: 
     
    1818== Task result == 
    1919 * Working and demo-able scene effects in the JOGL implementation. 
    20  * Improved and renamed SceneDemoTest with effects 
    21  * JOGLy enlightened meddle 
     20 * Improved and renamed SceneDemoTest with effects. 
     21 * JOGLy enlightened meddle. 
    2222 * Documentation of the done work from previous revisions and this one also. 
    2323 
    2424== Implementation idea == 
    25  * Use FBOs 
    26  * Use shaders 
     25 * Use FBOs. 
     26 * Use shaders. 
    2727 * Upload all buffers in FBOs in VRAM and manipulate them there. 
    2828 
     
    3232 
    3333== How to demo == 
    34  * Show the improved SceneDemo with effects 
    35  * Run Sophie with some effects (this is mostly independent from this task because a runnable Sophie is other people's tasks (: ) 
     34 * Show the improved SceneDemo with effects. 
     35 * Run Sophie with some effects (this is mostly independent from this task because a runnable Sophie is other people's tasks (:) 
    3636 
    3737= Design =