WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
ViewportOptionsPanel::GeosetGroupEntry Struct Reference

A named group of geosets sharing the same mesh id. More...

#include <ViewportOptionsPanel.h>

Public Attributes

std::string name
 Display name for the group.
 
size_t meshId = 0
 Shared mesh id for geosets in this group.
 
std::vector< GeosetEntrygeosets
 Geosets belonging to this group.
 

Detailed Description

A named group of geosets sharing the same mesh id.

Definition at line 28 of file ViewportOptionsPanel.h.

Member Data Documentation

◆ geosets

std::vector<GeosetEntry> ViewportOptionsPanel::GeosetGroupEntry::geosets

Geosets belonging to this group.

Definition at line 32 of file ViewportOptionsPanel.h.

◆ meshId

size_t ViewportOptionsPanel::GeosetGroupEntry::meshId = 0

Shared mesh id for geosets in this group.

Definition at line 31 of file ViewportOptionsPanel.h.

◆ name

std::string ViewportOptionsPanel::GeosetGroupEntry::name

Display name for the group.

Definition at line 30 of file ViewportOptionsPanel.h.


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