|
| enum | Shape {
Triangle
, Square
, Circle
, Pyramid
,
Cube
, Sphere
} |
| |
Definition at line 27 of file mesh.hpp.
◆ Shape
◆ Mesh() [1/2]
| Mesh::Mesh |
( |
const Config & |
conf | ) |
|
◆ Mesh() [2/2]
| constexpr brenta::Mesh::Mesh |
( |
Mesh && |
other | ) |
|
|
inlineconstexprnoexcept |
◆ ~Mesh()
◆ draw()
| void Mesh::draw |
( |
| ) |
const |
◆ operator=()
| constexpr Mesh & brenta::Mesh::operator= |
( |
Mesh && |
other | ) |
|
|
inlineconstexprnoexcept |
◆ indices
| tenno::vector<unsigned int> brenta::Mesh::indices |
◆ textures
| tenno::vector<tenno::shared_ptr<Texture> > brenta::Mesh::textures |
◆ vertices
| tenno::vector<Vertex> brenta::Mesh::vertices |
The documentation for this class was generated from the following files: