![]() |
OGRE 2.3.3
Object-Oriented Graphics Rendering Engine
|
#include <OgreHlmsTextureManager.h>
Public Member Functions | |
| DefaultTextureParameters () | |
Public Attributes | |
| bool | hwGammaCorrection |
| bool | isNormalMap |
| uint16 | maxTexturesPerArray |
| Unknown means assign based on the individual texture. | |
| bool | mipmaps |
| PackingMethod | packingMethod |
| float | packMaxRatio |
| Textures with a higher AR (whether width / height or height / width) than this value won't be packed. | |
| bool | packNonPow2 |
| Whether non-power-of-2 textures should be packed together. | |
| PixelFormat | pixelFormat |
| ThresholdVec | textureArraysTresholds |
| Only used when packingMethod == TextureArrays. | |
|
inline |
| bool Ogre::HlmsTextureManager::DefaultTextureParameters::hwGammaCorrection |
Referenced by DefaultTextureParameters().
| bool Ogre::HlmsTextureManager::DefaultTextureParameters::isNormalMap |
Referenced by DefaultTextureParameters().
| uint16 Ogre::HlmsTextureManager::DefaultTextureParameters::maxTexturesPerArray |
Unknown means assign based on the individual texture.
Referenced by DefaultTextureParameters().
| bool Ogre::HlmsTextureManager::DefaultTextureParameters::mipmaps |
Referenced by DefaultTextureParameters().
| PackingMethod Ogre::HlmsTextureManager::DefaultTextureParameters::packingMethod |
Referenced by DefaultTextureParameters().
| float Ogre::HlmsTextureManager::DefaultTextureParameters::packMaxRatio |
Textures with a higher AR (whether width / height or height / width) than this value won't be packed.
Example: packMaxRatio = 2; textures with a resolution of 1024x512 or 512x2048 won't be packed because 1024 / 512 >= 2 and 2048 / 512 >= 2
Referenced by DefaultTextureParameters().
| bool Ogre::HlmsTextureManager::DefaultTextureParameters::packNonPow2 |
Whether non-power-of-2 textures should be packed together.
Referenced by DefaultTextureParameters().
| PixelFormat Ogre::HlmsTextureManager::DefaultTextureParameters::pixelFormat |
Referenced by DefaultTextureParameters().
| ThresholdVec Ogre::HlmsTextureManager::DefaultTextureParameters::textureArraysTresholds |
Only used when packingMethod == TextureArrays.
Referenced by DefaultTextureParameters().