#include <vertex_array.hh>
Public Member Functions | |
| Entry () | |
| Entry (const geom::Vec3 &vv, const geom::Vec3 &nn, const Color &cc) | |
Data Fields | |
| float | c [4] |
| float | n [3] |
| float | v [3] |
Definition at line 50 of file vertex_array.hh.
| Entry | ( | ) |
| Entry | ( | const geom::Vec3 & | vv, | |
| const geom::Vec3 & | nn, | |||
| const Color & | cc | |||
| ) |
| float c[4] |
Definition at line 53 of file vertex_array.hh.
| float n[3] |
Definition at line 54 of file vertex_array.hh.
| float v[3] |
Definition at line 55 of file vertex_array.hh.
1.5.8