A sequence of vertices with color information, that's used to pass vertices to vertex-based object proxies. More...
Public Member Functions | |
| ColoredVertexSet (const ColoredVertexSet &other) | |
| ColoredVertexSet & | operator= (const ColoredVertexSet &other) |
| void | add (float x, float y, float z, float r, float g, float b) |
| void | clear () |
| std::size_t | size () const |
| bool | empty () const |
A sequence of vertices with color information, that's used to pass vertices to vertex-based object proxies.
This class is identical to VertexSet except it allows per-vertex colors to be specified as well.
1.7.1