|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#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>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). | |