LibCarna Version 3.4.0
Loading...
Searching...
No Matches
Classes | Namespaces
Mesh.hpp File Reference

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.
 

Detailed Description

Defines LibCarna::base::Mesh.

Definition in file Mesh.hpp.