|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include <functional>#include <string>#include <vector>#include <glm/glm.hpp>#include "AnimationPanel.h"Go to the source code of this file.
Classes | |
| struct | CharacterViewerPanel::CustomizationOption |
| struct | CharacterViewerPanel::DrawContext |
| Per-frame context passed by the caller so the panel never touches globals. More... | |
Namespaces | |
| namespace | CharacterViewerPanel |
Typedefs | |
| using | CharacterViewerPanel::AnimEntry = AnimationPanel::AnimEntry |
| Animation entry — shared definition from AnimationPanel. | |
Functions | |
| void | CharacterViewerPanel::draw (const DrawContext &ctx) |
| Draw the Character Viewer panel contents (call between ImGui::Begin / End). | |