|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Variables | |
| int | points_count = 36 |
| int | points [36] |
| int | vertex_count = 24 |
| VECTOR | vertices [24] |
| VECTOR | colours [24] |
| VECTOR | coordinates [24] |
| VECTOR colours[24] |
Definition at line 58 of file mesh_data.c.
| VECTOR coordinates[24] |
Definition at line 85 of file mesh_data.c.
Referenced by render().
| int points[36] |
Definition at line 14 of file mesh_data.c.
| int points_count = 36 |
Definition at line 12 of file mesh_data.c.
| int vertex_count = 24 |
Definition at line 29 of file mesh_data.c.
| VECTOR vertices[24] |
Definition at line 31 of file mesh_data.c.