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.
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Amigas 'defines' Grupos Páginas
Referencia de la Estructura OGLFT::Texture::TextureInfo

#include <moOGLFT.h>

Atributos públicos

GLuint texture_name_
 < A bound texture name is an integer in OpenGL. Más...
 
FT_Int left_bearing_
 
FT_Int bottom_bearing_
 The bottom bearing of the transformed glyph. Más...
 
int width_
 The 2**l width of the texture. Más...
 
int height_
 
GLfloat texture_s_
 by the glyph. Más...
 
GLfloat texture_t_
 The advance vector of the transformed glyph. Más...
 
FT_Vector advance_
 

Descripción detallada

The textured glyphs need a little bit more infrastructure to draw since we have to remember the size of the texture object itself (at least implicitly). Also, we don't want to create any more texture objects than we have to, so they are always cached.

Definición en la línea 1969 del archivo moOGLFT.h.

Documentación de los datos miembro

FT_Vector OGLFT::Texture::TextureInfo::advance_

Definición en la línea 1984 del archivo moOGLFT.h.

FT_Int OGLFT::Texture::TextureInfo::bottom_bearing_

The bottom bearing of the transformed glyph.

Definición en la línea 1974 del archivo moOGLFT.h.

int OGLFT::Texture::TextureInfo::height_

The 2**m height of the texture. The fraction of the texture width occupied

Definición en la línea 1976 del archivo moOGLFT.h.

FT_Int OGLFT::Texture::TextureInfo::left_bearing_

Definición en la línea 1974 del archivo moOGLFT.h.

GLuint OGLFT::Texture::TextureInfo::texture_name_

< A bound texture name is an integer in OpenGL.

The left bearing of the transformed glyph.

Definición en la línea 1972 del archivo moOGLFT.h.

GLfloat OGLFT::Texture::TextureInfo::texture_s_

by the glyph.

Definición en la línea 1980 del archivo moOGLFT.h.

GLfloat OGLFT::Texture::TextureInfo::texture_t_

The advance vector of the transformed glyph.

The fraction of the texture height occupied by the glyph.

Definición en la línea 1980 del archivo moOGLFT.h.

int OGLFT::Texture::TextureInfo::width_

The 2**l width of the texture.

Definición en la línea 1976 del archivo moOGLFT.h.


La documentación para esta estructura fue generada a partir del siguiente fichero: