Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mesh::Metrics Struct Reference

Information on a geometric mesh. More...

#include <Mesh.hpp>

Public Attributes

size_t vertices = 0
 Vertex count.
 
size_t normals = 0
 Normal count.
 
size_t tangents = 0
 Tangent count.
 
size_t bitangents = 0
 Bitangent count.
 
size_t colors = 0
 Color count.
 
size_t texcoords = 0
 UV count.
 
size_t indices = 0
 Index count.
 

Detailed Description

Information on a geometric mesh.


The documentation for this struct was generated from the following file: