|
Euphoria
|
A single vertex referencing the shared data in the Builder. More...
Public Member Functions | |
| Vertex (Index pnt, Index clr) | |
| Vertex (Index a_position, Index a_normal, Index a_texture, Index a_color) | |
Public Attributes | |
| Index | position |
| Index | normal |
| Index | texture |
| Index | color |
A single vertex referencing the shared data in the Builder.
Definition at line 36 of file geom.builder.h.
| Index eu::core::geom::Vertex::color |
Definition at line 41 of file geom.builder.h.
| Index eu::core::geom::Vertex::normal |
Definition at line 39 of file geom.builder.h.
| Index eu::core::geom::Vertex::position |
Definition at line 38 of file geom.builder.h.
| Index eu::core::geom::Vertex::texture |
Definition at line 40 of file geom.builder.h.