#include <OgreHlmsTextureManager.h>
◆ DefaultTextureParameters()
| Ogre::HlmsTextureManager::DefaultTextureParameters::DefaultTextureParameters |
( |
| ) |
|
|
inline |
◆ hwGammaCorrection
| bool Ogre::HlmsTextureManager::DefaultTextureParameters::hwGammaCorrection |
◆ isNormalMap
| bool Ogre::HlmsTextureManager::DefaultTextureParameters::isNormalMap |
◆ maxTexturesPerArray
| uint16 Ogre::HlmsTextureManager::DefaultTextureParameters::maxTexturesPerArray |
Unknown means assign based on the individual texture.
◆ mipmaps
| bool Ogre::HlmsTextureManager::DefaultTextureParameters::mipmaps |
◆ packingMethod
| PackingMethod Ogre::HlmsTextureManager::DefaultTextureParameters::packingMethod |
◆ packMaxRatio
| 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
◆ packNonPow2
| bool Ogre::HlmsTextureManager::DefaultTextureParameters::packNonPow2 |
Whether non-power-of-2 textures should be packed together.
◆ pixelFormat
| PixelFormat Ogre::HlmsTextureManager::DefaultTextureParameters::pixelFormat |
◆ textureArraysTresholds
| ThresholdVec Ogre::HlmsTextureManager::DefaultTextureParameters::textureArraysTresholds |
Only used when packingMethod == TextureArrays.
The documentation for this struct was generated from the following file: