Changes between Version 3 and Version 4 of SCENE_POINT_R0
- Timestamp:
- 11/03/08 18:24:24 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCENE_POINT_R0
v3 v4 10 10 * There should be an extension point for concrete implementations 11 11 * Every concrete implementation should provide an extension to this point. 12 * The point should be used to make the scene implementation display naobject model created by this module.12 * The point should be used to make the scene implementation display an object model created by this module. 13 13 * There should be extension points for audio and video players. 14 14 * These are supposed to be implemented by the concrete scenes. … … 16 16 * Define the interfaces used for communication with other components 17 17 * How will the page area instruct the scene to build a model 18 * How will the scene get information for the elemen stin the model.18 * How will the scene get information for the elements in the model. 19 19 20 20 == Task result ==