diff options
author | rtk0c <[email protected]> | 2022-05-23 22:36:46 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-23 22:36:46 -0700 |
commit | e3e848ac4da1c2ae59d93e62da8ef6f87b3452cd (patch) | |
tree | f70d86d4ae80f1fedc0afb1ba3b923e3651f0475 /source/EditorCorePrivate.hpp | |
parent | 123f741e3f5374b93ac39887b62bfa0d66762ae2 (diff) |
Changeset: 37 Branch comment: [] Add infrastructure for rendering wireframe (rendering broken) including saving and loading config files
Diffstat (limited to 'source/EditorCorePrivate.hpp')
-rw-r--r-- | source/EditorCorePrivate.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/EditorCorePrivate.hpp b/source/EditorCorePrivate.hpp index 4fbfb72..42be050 100644 --- a/source/EditorCorePrivate.hpp +++ b/source/EditorCorePrivate.hpp @@ -102,6 +102,8 @@ private: bool mDragCam_Happening = false; bool mMoveCamKeyboard = false; bool mMoveCamScrollWheel = false; + bool mRenderer_DrawShaded = true; + bool mRenderer_DrawWireFrame = false; public: EditorInstance(App* app); |