Public Member Functions

ColoredVertexSet Class Reference

A sequence of vertices with color information, that's used to pass vertices to vertex-based object proxies. More...

List of all members.

Public Member Functions

 ColoredVertexSet (const ColoredVertexSet &other)
ColoredVertexSetoperator= (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

Detailed Description

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.

Since:
peekabot 0.8.0

The documentation for this class was generated from the following files: