![]() |
libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include "moTypes.h"#include "moAbstract.h"#include "moConfig.h"#include "moParam.h"#include "moMoldeoObject.h"#include "moShader.h"#include "moShaderGLSL.h"#include "moTextFilterParam.h"#include "moVideoManager.h"#include "moShaderManager.h"#include "moTextureManager.h"#include "moGLManager.h"#include "moRenderManager.h"Go to the source code of this file.
Classes | |
| class | moColorMatrix |
| class | moHueSatIntMatrix |
| class | moBrightContMatrix |
| class | moTextureFilter |
Macros | |
| #define | RLUM ((float) (0.3086)) |
| #define | GLUM ((float) (0.6094)) |
| #define | BLUM ((float) (0.0820)) |
| #define | MAX_UNIFORM_VARS 256 |
| #define BLUM ((float) (0.0820)) |
Definition at line 50 of file moTextureFilter.h.
| #define GLUM ((float) (0.6094)) |
Definition at line 49 of file moTextureFilter.h.
| #define MAX_UNIFORM_VARS 256 |
Definition at line 54 of file moTextureFilter.h.
| #define RLUM ((float) (0.3086)) |
Definition at line 48 of file moTextureFilter.h.