mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-24 08:45:47 +00:00
more config file options
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@520 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -61,10 +61,10 @@ GLuint TextureManager::getTexture(const std::string imageURL)
|
||||
SOIL_LOAD_AUTO,
|
||||
SOIL_CREATE_NEW_ID,
|
||||
|
||||
// SOIL_FLAG_POWER_OF_TWO
|
||||
SOIL_FLAG_POWER_OF_TWO
|
||||
// SOIL_FLAG_MIPMAPS
|
||||
// SOIL_FLAG_MULTIPLY_ALPHA
|
||||
SOIL_FLAG_COMPRESS_TO_DXT
|
||||
| SOIL_FLAG_MULTIPLY_ALPHA
|
||||
| SOIL_FLAG_COMPRESS_TO_DXT
|
||||
//| SOIL_FLAG_DDS_LOAD_DIRECT
|
||||
);
|
||||
textures[imageURL]=tex;
|
||||
|
||||
Reference in New Issue
Block a user