Changes between Version 3 and Version 4 of SCENE_TUTORIAL
- Timestamp:
- 12/19/08 18:07:12 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCENE_TUTORIAL
v3 v4 4 4 == Scene in Sophie 2 == 5 5 The scene model of Sophie 2 is composed of different elements which have different properties like color, layer, image etc. They are divided in classes and there is a composite scene element that is used contain scene elements. This way we have a Tree of !SceneElements. For more information see => [wiki:SCENE_COMMONS_R0] 6 Since we have a model in Sophie 2 which represents the book with pages and frames and etc, we need to have something that collects the information from the model, constructs a scene structure and actually display it. In order to do this we have the work area which on the other hand is divided by !AuthorPageWorkArea and !ReaderPageWorkArea. These are needed to acquire different scene for the Sophie Reader and Sophie Author. For more information about these see => [wiki:PAGE_WORK_AREA_DESIGN]