EgtGraphics :
- aggiunta gestione primitiva delle textures.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//----------------------------------------------------------------------------
|
||||
// EgalTech 2015-2015
|
||||
//----------------------------------------------------------------------------
|
||||
// File : SceneTexture.cpp Data : 27.09.15 Versione : 1.6i8
|
||||
// Contenuto : Implementazione della gestione texturesa della classe scena.
|
||||
//
|
||||
//
|
||||
//
|
||||
// Modifiche : 27.09.15 DS Creazione modulo.
|
||||
//
|
||||
//
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
//--------------------------- Include ----------------------------------------
|
||||
#include "stdafx.h"
|
||||
#include "Scene.h"
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Scene::LoadTexture( const std::string& sName, const std::string& sFile,
|
||||
double dDimX, double dDimY, bool bRepeat)
|
||||
{
|
||||
return m_TextMgr.LoadTexture( sName, sFile, dDimX, dDimY, bRepeat) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user