pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <hidgl.h>
Data Fields | |
GLfloat | triangle_array [3 *3 *TRIANGLE_ARRAY_SIZE] |
unsigned int | triangle_count |
unsigned int | coord_comp_count |
unsigned int triangle_buffer::coord_comp_count |
Definition at line 34 of file hidgl.h.
Referenced by hidgl_add_triangle_3D(), hidgl_flush_triangles(), and hidgl_init_triangle_array().
GLfloat triangle_buffer::triangle_array[3 *3 *TRIANGLE_ARRAY_SIZE] |
Definition at line 32 of file hidgl.h.
Referenced by hidgl_add_triangle_3D(), and hidgl_flush_triangles().
unsigned int triangle_buffer::triangle_count |
Definition at line 33 of file hidgl.h.
Referenced by hidgl_add_triangle_3D(), hidgl_ensure_triangle_space(), hidgl_flush_triangles(), and hidgl_init_triangle_array().