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 | points_count = 36 |
int | points [36] |
int | vertex_count = 24 |
VECTOR | vertices [24] |
VECTOR | colours [24] |
VECTOR colours[24] |
Definition at line 58 of file mesh_data.c.
Referenced by calculate_colours(), draw_convert_rgbaq(), draw_convert_rgbq(), render(), and render_teapot().
int points[36] |
Definition at line 14 of file mesh_data.c.
Referenced by render(), and render_teapot().
int points_count = 36 |
Definition at line 12 of file mesh_data.c.
Referenced by render(), and render_teapot().
int vertex_count = 24 |
Definition at line 29 of file mesh_data.c.
Referenced by render(), and render_teapot().
VECTOR vertices[24] |
Definition at line 31 of file mesh_data.c.
Referenced by calculate_vertices(), draw_convert_rgbaq(), draw_convert_rgbq(), draw_convert_st(), draw_convert_xyz(), render(), and render_teapot().