|
Jameo Core Library
|
This struct stores the drawing information. More...
Public Member Functions | |
| BufferElement (const Vertex3 &point, BufferMode mode) | |
| Constructor. | |
Public Attributes | |
| Vertex3 | point |
| BufferMode | mode |
This struct stores the drawing information.
| jm::BufferElement::BufferElement | ( | const Vertex3 & | point, |
| BufferMode | mode | ||
| ) |
Constructor.
| point | The point to be drawn |
| mode | The mode of drawing |
| BufferMode jm::BufferElement::mode |
| Vertex3 jm::BufferElement::point |