19#ifndef _RZ_MODEL_RENDERER_H
20#define _RZ_MODEL_RENDERER_H
27#include "GLRenderEngine.h"
38 unsigned int m_width = 680;
39 unsigned int m_height = 480;
40 bool m_fixedLight =
false;
42 std::vector<uint32_t> m_pixels;
44 void adjustViewPort();
62 void zoomToContents();
63 void zoomToElement(
Element const *);
64 void setHighlightedBoundingBox(
Element *);
65 void setShowElements(
bool);
66 void setShowApertures(
bool);
67 bool savePNG(
const char *path);
68 const uint32_t *pixels()
const;
74 bool showElements =
true,
75 bool showApertures =
false);
Definition: Element.h:173
Definition: GLRenderEngine.h:94
Definition: ModelRenderer.h:35
Definition: OMModel.h:204
Definition: RZGLModel.h:29