#include <mesh.h>
Diagrama de colaboración para TROZO_GL:
Métodos públicos | |
TROZO_GL () | |
Métodos privados | |
void | init (char *patron) |
Atributos privados | |
MATERIAL | material |
ARREGLO< TRIANGULITO > | arr_triangulos |
TRIANGULO_GL * | triangulos_gl |
char | texturename [50] |
IMAGEN_RGB * | Imagen |
BOOLEAN | inicializado |
ARREGLO< GLuint > | indices_vertices_tiras |
ARREGLO< GLuint > | inicios_tiras |
ARREGLO< GLuint > | longitudes_tiras |
Amigas | |
class | MESH |
|
Definición en la línea 181 del archivo mesh_gl.C. References Imagen, y inicializado. |
|
Definición en la línea 190 del archivo mesh_gl.C. References Imagen, IMAGEN_RGB::importar_jpeg(), inicializado, texturename, IMAGEN::xtam(), y IMAGEN::ytam(). |
Here is the call graph for this function:
|
|
|
Definición en la línea 58 del archivo mesh.h. Referenciado por MESH::anx_triangle(). |
|
Definición en la línea 61 del archivo mesh.h. Referenciado por init(), y TROZO_GL(). |
|
|
|
Definición en la línea 62 del archivo mesh.h. Referenciado por init(), y TROZO_GL(). |
|
|
|
|
|
Definición en la línea 57 del archivo mesh.h. Referenciado por MESH::anx_material(). |
|
Definición en la línea 60 del archivo mesh.h. Referenciado por MESH::anx_material(), y init(). |
|
|