This commit is contained in:
parent
ee30817b75
commit
3d8fc3912c
10 changed files with 231 additions and 13 deletions
|
@ -21,7 +21,9 @@
|
|||
#include "LayerAction.h"
|
||||
#include "LayerFore.h"
|
||||
|
||||
|
||||
BOOL Test3dFlag=TRUE;
|
||||
GLint TestTile;
|
||||
|
||||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
|
@ -45,12 +47,15 @@ CCore::~CCore()
|
|||
void CCore::Init(CMapEditView *Wnd)
|
||||
{
|
||||
ParentWindow=Wnd;
|
||||
// glDisable(GL_DEPTH_TEST);
|
||||
ActiveLayer=0;
|
||||
MapPos.x=MapPos.y=MapPos.z=0;
|
||||
UpdateView(0,0,0);
|
||||
CTileSet NewSet("c:/SpongeBob/graphics/test.gin");
|
||||
TileSet.push_back(NewSet);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue