libdonut  2.3.2
Application framework for cross-platform game development in C++20
Public Attributes | List of all members
donut::obj::Face Struct Reference

Face element forming a single polygon of FaceVertex vertices. More...

#include <donut/obj.hpp>

Public Attributes

std::vector< FaceVertexvertices {}
 List of vertices that make up the polygon. More...
 

Detailed Description

Face element forming a single polygon of FaceVertex vertices.

Member Data Documentation

◆ vertices

std::vector<FaceVertex> donut::obj::Face::vertices {}

List of vertices that make up the polygon.


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