| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | = Analysis = |
| 4 | |
| 5 | == Overview == |
| 6 | This refers to the research of libraries sutable for scene implementation. It also includes the implementation of main interfaces and mechanisms of the scene. |
| 7 | |
| 8 | == Task requirements == |
| 9 | * Research several libraries and chose the two most apropriate. |
| 10 | * Decompose the scene objects defined in SCENE_COMMONS to graphics primitives |
| 11 | |
| 12 | == Task result == |
| 13 | The result of this task should be source code. |
| 14 | |
| 15 | == Implementation idea == |
| 16 | * Look at Java2D, the G library, Java3D |
| 17 | |
| 18 | == Related == |
| 19 | * [wiki:SCENE_COMMONS_R0] |
| 20 | |
| 21 | == How to demo == |
| 22 | * Show demos of the libraries. |
| 23 | * Show and explain the things related to implementation of the scene object model. |
| 24 | |
| 25 | = Design = |
| 26 | |
| 27 | = Implementation = |
| 28 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 29 | |
| 30 | = Testing = |
| 31 | |
| 32 | = Comments = |
| 33 | |
| 34 | = Log = |
| 35 | [[Include(wiki:PAGE_SCENE_IMPL_COMMONS_R0_LOG)]] |