gdx-toolbox/src/com/blarg/gdx/graphics
2013-07-18 09:02:05 -04:00
..
atlas add json config POJOs 2013-07-18 09:02:05 -04:00
screeneffects switch to using ExtendedSpriteBatch everywhere instead of DelayedSpriteBatch 2013-07-08 17:56:28 -04:00
shaders add simple "built-in" shaders (inline vertex+fragment sources) 2013-07-09 23:16:21 -04:00
AlphaTestCameraGroupStrategy.java add custom CameraGroupStrategy implementation just to have it's shader do a simple alpha-test on fragments 2013-07-01 13:49:09 -04:00
BillboardSpriteBatch.java BillboardSpriteBatch now manages it's own DecalBatch instance 2013-07-09 22:15:38 -04:00
DefaultScreenPixelScaler.java initial commit 2013-07-01 12:10:36 -04:00
DelayedSpriteBatch.java fix incorrect glyph offsets when rendering at a projected position 2013-07-07 14:52:17 -04:00
EulerPerspectiveCamera.java update direction field when rotation fields are recalculated 2013-07-09 22:22:59 -04:00
ExtendedSpriteBatch.java ExtendedSpriteBatch now provides a begin() overload that needs to be used to set a projection camera instead of the old setter method. also begin() now resets the tint color 2013-07-08 18:04:20 -04:00
GraphicsHelpers.java ExtendedSpriteBatch now provides a begin() overload that needs to be used to set a projection camera instead of the old setter method. also begin() now resets the tint color 2013-07-08 18:04:20 -04:00
NoScaleScreenPixelScaler.java initial commit 2013-07-01 12:10:36 -04:00
RenderContext.java RenderContext now has two debug ShapeRenderers for 2d and 3d geometry 2013-07-09 23:16:46 -04:00
ScreenPixelScaler.java initial commit 2013-07-01 12:10:36 -04:00
SolidColorTextureCache.java initial commit 2013-07-01 12:10:36 -04:00
TTF.java initial commit 2013-07-01 12:10:36 -04:00
Vertices.java add Vertices class 2013-07-16 11:08:39 -04:00