WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
CharacterViewerPanel.h File Reference
#include <functional>
#include <string>
#include <vector>
#include <glm/glm.hpp>
#include "AnimationPanel.h"
Include dependency graph for CharacterViewerPanel.h:
This graph shows which files directly or indirectly include this file:

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).