![]() |
libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo es el conjunto de objetos y funciones, que permiten ejecutar las operaciones básicas de la plataforma Moldeo, y que compone su núcleo.
|
All of OGLFT C++ objects are in this namespace. Más...
Clases | |
| struct | Advance |
| struct | BBox |
| class | ColorTess |
| class | Face |
| A face (aka font) used to render text with OpenGL. Más... | |
| class | Filled |
| Render text as a filled polygons. Más... | |
| class | Grayscale |
| Render text as a grayscale raster image. Más... | |
| class | GrayscaleTexture |
| Render text as texture mapped grayscale quads. Más... | |
| class | Library |
| The FreeType library instance. Más... | |
| class | Monochrome |
| Render text as a monochrome raster image. Más... | |
| class | MonochromeTexture |
| Render text as texture mapped monochrome quads. Más... | |
| class | Outline |
| Render text as a polygon outline. Más... | |
| class | Polygonal |
| This is the base class of the polygonal styles: outline, filled and solid. Más... | |
| class | Raster |
| class | Solid |
| Render text as solid letters. Más... | |
| class | Texture |
| This is the base class of the texture style. Más... | |
| class | TextureTess |
| class | Translucent |
| Render text as a translucent raster image. Más... | |
| class | TranslucentTexture |
| Render text as texture mapped translucent quads. Más... | |
'typedefs' | |
| typedef void(* | GLUTessCallback )(void) |
| Callback from GLU tessellation routines. Más... | |
| typedef std::vector< GLuint > | DisplayLists |
| typedef DisplayLists::const_iterator | DLCI |
| A convenience definition of an iterator for display list vectors. Más... | |
| typedef DisplayLists::iterator | DLI |
| A convenience definition of an iterator for display list vectors. Más... | |
Enumeraciones | |
| enum | Coordinates { X, Y, Z, W } |
| Thanks to DesCartes, I'd consider these manifest constants. Más... | |
| enum | ColorSpace { R, G, B, A } |
| Who to credit? Newton? I'd consider these manifest constants. Más... | |
All of OGLFT C++ objects are in this namespace.
| typedef std::vector< GLuint > OGLFT::DisplayLists |
| typedef DisplayLists::const_iterator OGLFT::DLCI |
| typedef DisplayLists::iterator OGLFT::DLI |
| typedef void(* OGLFT::GLUTessCallback)(void) |
| enum OGLFT::ColorSpace |
| enum OGLFT::Coordinates |