|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Per-frame context for the screenshot panel. More...
#include <ScreenshotPanel.h>
Public Attributes | |
| Renderer * | renderer = nullptr |
| std::string * | screenshotPath = nullptr |
| std::string * | screenshotStatus = nullptr |
| bool * | useCanvasOverride = nullptr |
| int * | canvasWidth = nullptr |
| int * | canvasHeight = nullptr |
| ViewportFBO * | fbo = nullptr |
| OrbitCamera * | camera = nullptr |
| Attachment * | root = nullptr |
| float | fov = 0.0f |
| glm::vec3 | bgColor {0.0f} |
| bool | drawGrid = false |
Per-frame context for the screenshot panel.
Definition at line 16 of file ScreenshotPanel.h.
| glm::vec3 ScreenshotPanel::DrawContext::bgColor {0.0f} |
Definition at line 30 of file ScreenshotPanel.h.
| OrbitCamera* ScreenshotPanel::DrawContext::camera = nullptr |
Definition at line 27 of file ScreenshotPanel.h.
| int* ScreenshotPanel::DrawContext::canvasHeight = nullptr |
Definition at line 23 of file ScreenshotPanel.h.
| int* ScreenshotPanel::DrawContext::canvasWidth = nullptr |
Definition at line 22 of file ScreenshotPanel.h.
| bool ScreenshotPanel::DrawContext::drawGrid = false |
Definition at line 31 of file ScreenshotPanel.h.
| ViewportFBO* ScreenshotPanel::DrawContext::fbo = nullptr |
Definition at line 26 of file ScreenshotPanel.h.
| float ScreenshotPanel::DrawContext::fov = 0.0f |
Definition at line 29 of file ScreenshotPanel.h.
| Renderer* ScreenshotPanel::DrawContext::renderer = nullptr |
Definition at line 18 of file ScreenshotPanel.h.
| Attachment* ScreenshotPanel::DrawContext::root = nullptr |
Definition at line 28 of file ScreenshotPanel.h.
| std::string* ScreenshotPanel::DrawContext::screenshotPath = nullptr |
Definition at line 19 of file ScreenshotPanel.h.
| std::string* ScreenshotPanel::DrawContext::screenshotStatus = nullptr |
Definition at line 20 of file ScreenshotPanel.h.
| bool* ScreenshotPanel::DrawContext::useCanvasOverride = nullptr |
Definition at line 21 of file ScreenshotPanel.h.