Mesh::MeshObject Class Reference

#include <Mesh.h>

Description

Object representing the geometry of a rendered object.

Each integer element of the face signifies which vertex is being referred to. Thus, Vertices must be defined before defining faces and each vertex index must be less than the number of vertices, or undefined behavior will occur.

Properties

std::vector< uint32_t > faceList
 

Field Documentation

std::vector<uint32_t> faceList

Geometry of the mesh object. Contains indices to the vertices defined in the Mesh.


The documentation for this class was generated from the following file:
  • /home/jc/git/Dynacoe/DynacoeSrc/includes/Dynacoe/Mesh.h