EgtGraphics 1.6v7 :
- migliorie varie per overload e const - aggiunta GetPlaneSnapPoint.
This commit is contained in:
+3
-3
@@ -41,21 +41,21 @@ Scene::UnloadAllTextures( void)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Scene::ExistsTexture( const string& sName)
|
||||
Scene::ExistsTexture( const string& sName) const
|
||||
{
|
||||
return m_TextMgr.Exists( sName) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Scene::GetTexturePixels( const string& sName, int& nWidth, int& nHeight)
|
||||
Scene::GetTexturePixels( const string& sName, int& nWidth, int& nHeight) const
|
||||
{
|
||||
return m_TextMgr.GetPixels( sName, nWidth, nHeight) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Scene::GetTextureDimensions( const string& sName, double& dDimX, double& dDimY)
|
||||
Scene::GetTextureDimensions( const string& sName, double& dDimX, double& dDimY) const
|
||||
{
|
||||
return m_TextMgr.GetDimensions( sName, dDimX, dDimY) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user