|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
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< GeosetEntry > | geosets |
| Geosets belonging to this group. | |
A named group of geosets sharing the same mesh id.
Definition at line 28 of file ViewportOptionsPanel.h.
| std::vector<GeosetEntry> ViewportOptionsPanel::GeosetGroupEntry::geosets |
Geosets belonging to this group.
Definition at line 32 of file ViewportOptionsPanel.h.
| size_t ViewportOptionsPanel::GeosetGroupEntry::meshId = 0 |
Shared mesh id for geosets in this group.
Definition at line 31 of file ViewportOptionsPanel.h.
| std::string ViewportOptionsPanel::GeosetGroupEntry::name |
Display name for the group.
Definition at line 30 of file ViewportOptionsPanel.h.