gdx-toolbox/src/com/blarg/gdx/graphics
Gered cdb765724e fix remaining space calculation
This was ported from some C/C++ code that I think was doing it this way
for a specific (and probably silly) reason which might not apply anymore.
2013-07-21 17:17:06 -04:00
..
atlas proper cleanup 2013-07-20 11:41:32 -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 add a helper method copy of Texture.draw() that doesn't restrict to only managed Texture objects 2013-07-20 09:56:23 -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 fix remaining space calculation 2013-07-21 17:17:06 -04:00