WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
CharacterViewerPanel.cpp File Reference
#include "CharacterViewerPanel.h"
#include <cassert>
#include "imgui.h"
#include "imgui_internal.h"
#include "WoWModel.h"
#include "OrbitCamera.h"
#include "ViewportFBO.h"
#include "AppSettings.h"
#include "Renderer.h"
#include "Attachment.h"
#include "WoWDatabase.h"
#include "WoWFolder.h"
#include "Game.h"
#include "CharDetails.h"
#include "DB2Table.h"
#include "Logger.h"
#include "string_utils.h"
#include <algorithm>
#include <map>
#include <set>
#include <string>
#include <vector>
Include dependency graph for CharacterViewerPanel.cpp:

Go to the source code of this file.

Namespaces

namespace  CharacterViewerPanel
 

Functions

void CharacterViewerPanel::draw (const DrawContext &ctx)
 Draw the Character Viewer panel contents (call between ImGui::Begin / End).