Changes between Version 3 and Version 4 of GROUP_SCENES_R2
- Timestamp:
- 08/31/09 12:07:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified GROUP_SCENES_R2
v3 v4 11 11 * Implement 1-2 sample effects like shadow and blur if possible. 12 12 * Try to fix the .so, .dll problems or at least propose how to deal with this problem. 13 * Improve the SceneDemoTest to have effects 13 * Improve the SceneDemoTest to have effects. 14 14 * Rename SceneDemoTest to a more clever thing (: 15 15 * Coach meddle some JOGL (: … … 18 18 == Task result == 19 19 * Working and demo-able scene effects in the JOGL implementation. 20 * Improved and renamed SceneDemoTest with effects 21 * JOGLy enlightened meddle 20 * Improved and renamed SceneDemoTest with effects. 21 * JOGLy enlightened meddle. 22 22 * Documentation of the done work from previous revisions and this one also. 23 23 24 24 == Implementation idea == 25 * Use FBOs 26 * Use shaders 25 * Use FBOs. 26 * Use shaders. 27 27 * Upload all buffers in FBOs in VRAM and manipulate them there. 28 28 … … 32 32 33 33 == How to demo == 34 * Show the improved SceneDemo with effects 35 * Run Sophie with some effects (this is mostly independent from this task because a runnable Sophie is other people's tasks (: 34 * Show the improved SceneDemo with effects. 35 * Run Sophie with some effects (this is mostly independent from this task because a runnable Sophie is other people's tasks (:) 36 36 37 37 = Design =