![]() |
Lysa
0.0
Lysa 3D Engine
|
A Mesh surface, with counterclockwise triangles
Public Member Functions | |
| MeshSurface (uint32 firstIndex, uint32 count) | |
| bool | operator== (const MeshSurface &other) const |
Public Attributes | |
| uint32 | firstIndex {0} |
| Index of the first vertex of the surface. More... | |
| uint32 | indexCount {0} |
| Number of vertices. More... | |
| std::shared_ptr< Material > | material {} |
| Material. More... | |
Friends | |
| bool | operator== (const std::shared_ptr< MeshSurface > &a, const std::shared_ptr< MeshSurface > &b) |
|
inline |
|
friend |
| uint32 firstIndex {0} |
Index of the first vertex of the surface.
| uint32 indexCount {0} |
Number of vertices.