![]() |
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 "moText.h"#include "moParam.h"#include "moBuckets.h"#include "moVideoGraph.h"#include "moGsGraph.h"#include "moDsGraph.h"#include "moMathVector3.h"#include "moTextureIndex.h"#include "moFBO.h"#include "moGLManager.h"#include "moTextureFilter.h"Go to the source code of this file.
Classes | |
| class | moTexture |
| clase base para el manejo de una textura More... | |
| class | moTextureMemory |
| clase base para el manejo de una textura con su copia comprimida en memoria More... | |
| class | moTextureAnimated |
| una textura asociada a una animación de cuadros More... | |
| class | moTextureMultiple |
| Secuencia de texturas. More... | |
| class | moMovie |
| una textura animada basada en una película More... | |
Typedefs | |
| typedef void | moBitmap |
| typedef int | moBitmapFormat |
| typedef void | moMemory |
Enumerations | |
| enum | moTextureType { MO_TYPE_TEXTURE, MO_TYPE_TEXTURE_MULTIPLE, MO_TYPE_MOVIE, MO_TYPE_VIDEOBUFFER, MO_TYPE_TEXTUREMEMORY, MO_TYPE_TEXTUREBUFFER, MO_TYPE_CIRCULARVIDEOBUFFER } |
| Tipos de texturas. More... | |
Functions | |
| moDeclareExportedDynamicArray (moTexture *, moTextureArray) | |
| typedef void moBitmap |
Definition at line 44 of file moTexture.h.
| typedef int moBitmapFormat |
Definition at line 45 of file moTexture.h.
| typedef void moMemory |
Definition at line 46 of file moTexture.h.
| enum moTextureType |
Tipos de texturas.
Tipos de texturas
Definition at line 52 of file moTexture.h.
| moDeclareExportedDynamicArray | ( | moTexture * | , |
| moTextureArray | |||
| ) |