|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Classes | |
| struct | CustomizationOption |
| struct | DrawContext |
| Per-frame context passed by the caller so the panel never touches globals. More... | |
Typedefs | |
| using | AnimEntry = AnimationPanel::AnimEntry |
| Animation entry — shared definition from AnimationPanel. | |
Functions | |
| void | draw (const DrawContext &ctx) |
| Draw the Character Viewer panel contents (call between ImGui::Begin / End). | |
| using CharacterViewerPanel::AnimEntry = typedef AnimationPanel::AnimEntry |
Animation entry — shared definition from AnimationPanel.
Definition at line 35 of file CharacterViewerPanel.h.
| void CharacterViewerPanel::draw | ( | const DrawContext & | ctx | ) |
Draw the Character Viewer panel contents (call between ImGui::Begin / End).
Definition at line 195 of file CharacterViewerPanel.cpp.