OSDN Git Service

[fixed] clipping for lines and rectangles and circles.
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 26 Jan 2011 17:22:22 +0000 (17:22 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 26 Jan 2011 17:22:22 +0000 (17:22 +0000)
[changed] Gdx2DTest is a little bit more extensive now.

todo.txt

index 2240802..39db5f6 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,8 +1,9 @@
 TODO (in order of priority)\r
 MUSTS for 0.9\r
-- First iteration of gdx2d/Gdx2DPixmap (see current stubs, loading works already), refactoring of Texture and Pixmap accordingly. No more Graphics.newXXX. Think about where managed textures will get reloaded.\r
+- refactoring of Texture and Pixmap accordingly. No more Graphics.newXXX. Think about where managed textures will get reloaded.\r
 - AnimatedSprite\r
 - Implementing Matrix3.inv()\r
+- Fix Label actor class\r
 - Rework camera classes, Not happy With the distinction at the moment, should be merged and have a flag/mode -> ortho,perspective\r
 - Proper fullscreen support for Lwjgl and Jogl backends, only Angle backend supports it atm\r
 - http://code.google.com/p/libgdx/issues/list, fix all these defects \r
@@ -14,4 +15,5 @@ NICE TO HAVES 0.9
 - Spatial partitioning datastructures (Octree, Hashed Grids), follow example from my book in terms of API, SpatialHashGrid. Distinction between static and dynamic objects, insertion performed via bounding shape and object reference. Dynamic objects need to be reinserted each frame. Classes to partition triangle soups as well. Could be a new bounding shape. See Chris Hecker's book. \r
 \r
 DIDN'T MAKE IT\r
-- z-ordering of sprites. the z-buffer idea just won't work. and sorting can be done external to the SpriteBatch. The implementation is complex enough as is. Maybe consider a SpriteBatch3 that allows z-coords to be specified along with billboarding.
\ No newline at end of file
+- z-ordering of sprites. the z-buffer idea just won't work. and sorting can be done external to the SpriteBatch. The implementation is complex enough as is. Maybe consider a SpriteBatch3 that allows z-coords to be specified along with billboarding.\r
+- screenshot method in Graphics
\ No newline at end of file