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

Group containing polygonal Face elements within an Object. More...

#include <donut/obj.hpp>

Public Attributes

std::string name {}
 Name of the group, or empty if no name was specified. More...
 
std::vector< Facefaces {}
 List of faces belonging to this group. More...
 
std::string materialName {}
 Name of the material of this group, which should be found in one of the associated material libraries. More...
 

Detailed Description

Group containing polygonal Face elements within an Object.

Member Data Documentation

◆ name

std::string donut::obj::Group::name {}

Name of the group, or empty if no name was specified.

◆ faces

std::vector<Face> donut::obj::Group::faces {}

List of faces belonging to this group.

◆ materialName

std::string donut::obj::Group::materialName {}

Name of the material of this group, which should be found in one of the associated material libraries.


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