Changes between Initial Version and Version 1 of SCENE_TUTORIAL
- Timestamp:
- 12/19/08 18:01:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCENE_TUTORIAL
v1 v1 1 = General Information = 2 Scene is the things that is visualized on the screen. It is model of elements that describes the actual visual representation. Usually there is a "base element" that contains the others. The scene contains a structure that is displayed on screen. This means that the "base element" can contain a list of elements or can be a root of a tree. If an element of the list or a node of the tree has changed, its visual representation also changes. 3 4 == Scene in Sophie 2 == 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 =>