Changes between Version 2 and Version 3 of PAGE_SCENE_IMPL_MAIN_R0


Ignore:
Timestamp:
10/31/08 19:17:37 (17 years ago)
Author:
pap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_SCENE_IMPL_MAIN_R0

    v2 v3  
    77 
    88== Task requirements == 
    9  * Make a module capable of visualizing all the primitive objects defined in the scene model. 
     9 * Choose a graphics library. 
     10 * Make a module.  
     11  * It should be capable to display all elements defined in SCENE_COMMONS. 
     12  * It should make use of the things done in PAGE_SCENE_IMPL_COMMONS. 
     13  * It is supposed to be minimalistic and not-so-well-optimised implementation. 
    1014 * The module should provide an extension to the scene model. 
     15  * It will be used by the base scene library module to display a built-up page object model. 
    1116 
    1217== Task result ==