ZeroZero Game Engine
v0.0
A 3D game engine using Vulkan & Jolt
|
A Mesh surface, with counterclockwise triangles
Public Attributes | |
uint32_t | firstVertexIndex {0} |
Index of the first vertex of the surface. | |
uint32_t | indexCount {0} |
Number of vertices. | |
shared_ptr< Material > | material {} |
Material. | |