ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Go to the source code of this file.
Variables | |
int | faces_count = 36 |
int | faces [36] |
int | vertex_count = 24 |
VECTOR | vertices [24] |
VECTOR | sts [24] |
int faces[36] |
Array of vertex indexes. 3 faces = 1 triangle
Definition at line 18 of file mesh_data.c.
Referenced by render().
int faces_count = 36 |
Definition at line 12 of file mesh_data.c.
Referenced by calculate_cube(), draw_cube(), and render().
VECTOR sts[24] |
Texture coordinates
Definition at line 61 of file mesh_data.c.
Referenced by render().
int vertex_count = 24 |
Definition at line 32 of file mesh_data.c.
VECTOR vertices[24] |
Definition at line 34 of file mesh_data.c.