diff options
author | Danny Baumann <dannybaumann@web.de> | 2007-09-23 14:43:36 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2007-09-23 14:43:36 +0200 |
commit | 228d69043e4697436a2c8722a5f1c9fea5ded857 (patch) | |
tree | 57138bc79047bc098482d8100ec09d366a9c3b27 | |
parent | 5740bd3627734e0016587ca3a637326b6c1a408a (diff) | |
download | 3d-228d69043e4697436a2c8722a5f1c9fea5ded857.tar.gz 3d-228d69043e4697436a2c8722a5f1c9fea5ded857.tar.bz2 |
Remove solved TODO items.
-rw-r--r-- | 3d.c | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -24,16 +24,10 @@ * */ -/** -TODO: - 1. Add 3d shadows / projections. - 3. Add an option to select z-order of windows not only by viewports but also by screens. - 4. Fix 3d for inside cube and planed / unfolded cube. - 5. Find a better solution for blur cache + 3d. - 6. Fix bugs with 3d + animations / wobbly. - - Wobbly will draw the window twice if its in 2 different viewports. - - Many Bugs with animations, some are solvable by changing the load order, but it will result with clipping when animations are done. - 7. *High priority* Fix windows in 3D appearing a second time to the left of their real position. +/** TODO: + 1. Add 3d shadows / projections. + 2. Add an option to select z-order of windows not only by viewports, + but also by screens. */ #define _GNU_SOURCE |