Changes between Version 2 and Version 3 of PAGE_SCENE_IMPL_MAIN_R0
- Timestamp:
- 10/31/08 19:17:37 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_SCENE_IMPL_MAIN_R0
v2 v3 7 7 8 8 == 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. 10 14 * 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. 11 16 12 17 == Task result ==