![]() |
LibCarna Version 3.4.0
|
Defines LibCarna::base::Mesh. More...
#include <LibCarna/base/VertexAttributes.hpp>#include <LibCarna/base/VertexBuffer.hpp>#include <LibCarna/base/IndexBuffer.hpp>#include <memory>
Include dependency graph for Mesh.hpp:Go to the source code of this file.
Classes | |
| class | LibCarna::base::MeshBase |
| Format-independent abstract Mesh base class. Each mesh consists of a VertexBuffer, an IndexBuffer and a vertex array. This class realizes the RAII-idiom w.r.t. the vertex array. More... | |
| class | LibCarna::base::Mesh< VertexType, IndexType > |
| Implements MeshBase class for particular VertexType and IndexType. More... | |
Namespaces | |
| namespace | LibCarna::base |
| Contains the core framework components. | |
Defines LibCarna::base::Mesh.
Definition in file Mesh.hpp.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen