⚠️ This documentation corresponds to the latest development branch of axmol. It might diverge from the official releases.
|
Axmol Engine 3.0.0-dff292a
|
The structure of Triangles. More...
#include <TrianglesCommand.h>
Public Attributes | |
| V3F_T2F_C4B * | verts = nullptr |
| Vertex data pointer. | |
| unsigned short * | indices = nullptr |
| Index data pointer. | |
| unsigned int | vertCount = 0 |
| The number of vertices. | |
| unsigned int | indexCount = 0 |
| The number of indices. | |
The structure of Triangles.