|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
#include "ViewportOptionsPanel.h"#include <cassert>#include "imgui.h"#include "Renderer.h"#include "OrbitCamera.h"#include "WoWModel.h"#include <format>#include <glm/glm.hpp>Go to the source code of this file.
Namespaces | |
| namespace | ViewportOptionsPanel |
Functions | |
| void | ViewportOptionsPanel::draw (DrawContext &ctx) |
| Draw the Viewport Options panel contents (call between Begin / End). | |