2D Clipping planes stacks.

cFrameBuffer restores the previous matrix projection.
Added Set2DProjection to cWindow.
This commit is contained in:
Martín Lucas Golini
2013-06-09 16:52:06 -03:00
parent 526dda3755
commit 9909f60f6d
11 changed files with 91 additions and 25 deletions

View File

@@ -837,7 +837,7 @@ void cEETest::LoadTextures() {
Tiles.resize(10);
cTextureAtlasLoader tgl( MyPath + "atlases/tiles.etg" );
cTextureAtlasLoader tgl( MyPath + "atlases/tiles.eta" );
cTextureAtlas * SG = cTextureAtlasManager::instance()->GetByName( "tiles" );
if ( NULL != SG ) {