|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Single geoset entry referencing a model geoset by index and id. More...
#include <ViewportOptionsPanel.h>
Public Attributes | |
| size_t | index = 0 |
| Index into model->geosets[]. | |
| uint32_t | id = 0 |
| Geoset id. | |
| std::string | label |
| Human-readable label for the geoset. | |
Single geoset entry referencing a model geoset by index and id.
Definition at line 20 of file ViewportOptionsPanel.h.
| uint32_t ViewportOptionsPanel::GeosetEntry::id = 0 |
Geoset id.
Definition at line 23 of file ViewportOptionsPanel.h.
| size_t ViewportOptionsPanel::GeosetEntry::index = 0 |
Index into model->geosets[].
Definition at line 22 of file ViewportOptionsPanel.h.
| std::string ViewportOptionsPanel::GeosetEntry::label |
Human-readable label for the geoset.
Definition at line 24 of file ViewportOptionsPanel.h.