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

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.
 

Detailed Description

Single geoset entry referencing a model geoset by index and id.

Definition at line 20 of file ViewportOptionsPanel.h.

Member Data Documentation

◆ id

uint32_t ViewportOptionsPanel::GeosetEntry::id = 0

Geoset id.

Definition at line 23 of file ViewportOptionsPanel.h.

◆ index

size_t ViewportOptionsPanel::GeosetEntry::index = 0

Index into model->geosets[].

Definition at line 22 of file ViewportOptionsPanel.h.

◆ label

std::string ViewportOptionsPanel::GeosetEntry::label

Human-readable label for the geoset.

Definition at line 24 of file ViewportOptionsPanel.h.


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