ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
mesh_data.c File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

int points_count = 9408
 
int points [9408]
 
int vertex_count = 1598
 
VECTOR vertices [1598]
 
VECTOR normals [1598]
 
VECTOR colours [1598]
 

Variable Documentation

◆ colours

VECTOR colours[1598]

Definition at line 6357 of file mesh_data.c.

◆ normals

VECTOR normals[1598]

Definition at line 4756 of file mesh_data.c.

Referenced by calculate_lights(), calculate_normals(), and render_teapot().

◆ points

int points[9408]

Definition at line 14 of file mesh_data.c.

◆ points_count

int points_count = 9408

Definition at line 12 of file mesh_data.c.

◆ vertex_count

int vertex_count = 1598

Definition at line 3153 of file mesh_data.c.

◆ vertices

VECTOR vertices[1598]

Definition at line 3155 of file mesh_data.c.