|
Fillwave
10.0.0
|
Base class for every shape. Specialized with Vertex data structure. More...
#include <Shape.h>
Public Member Functions | |
| vec< TVertex > | getVertices () const |
| GLuint | getVerticesSize () const |
| std::vector< GLuint > | getIndices () const |
| GLuint | getIndicesSize () const |
Protected Attributes | |
| vec< TVertex > | mVertices |
| vec< GLuint > | mIndices |
Base class for every shape. Specialized with Vertex data structure.
1.8.11