OGRE
2.2.4
Object-Oriented Graphics Rendering Engine
|
#include <algorithm>
Classes | |
struct | Ogre::LinearResampler |
struct | Ogre::LinearResampler_Byte< channels > |
struct | Ogre::LinearResampler_Float32 |
struct | Ogre::NearestResampler< elemsize > |
Namespaces | |
Ogre | |
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ | |
Macros | |
#define | ACCUM1(x, y, z, factor) |
#define | ACCUM2(x, y, z, factor) |
#define | ACCUM3(x, y, z, factor) |
#define | ACCUM4(x, y, z, factor) |
#define | UNPACK(dst, x, y, z) |
#define ACCUM1 | ( | x, | |
y, | |||
z, | |||
factor | |||
) |
Referenced by Ogre::LinearResampler_Float32::scale().
#define ACCUM2 | ( | x, | |
y, | |||
z, | |||
factor | |||
) |
Referenced by Ogre::LinearResampler_Float32::scale().
#define ACCUM3 | ( | x, | |
y, | |||
z, | |||
factor | |||
) |
Referenced by Ogre::LinearResampler_Float32::scale().
#define ACCUM4 | ( | x, | |
y, | |||
z, | |||
factor | |||
) |
Referenced by Ogre::LinearResampler_Float32::scale().
#define UNPACK | ( | dst, | |
x, | |||
y, | |||
z | |||
) |
Referenced by Ogre::LinearResampler::scale().