PropertyGrid successfully implemented.

This commit is contained in:
MusicalProgrammer
2018-10-22 14:19:51 -04:00
parent bd37f8e22d
commit 09d9af492f
6 changed files with 105 additions and 59 deletions

2
Demo.h
View File

@@ -1,6 +1,7 @@
#pragma once
#include <G3DAll.h>
#include "CameraController.h"
#include "PropertyWindow.h"
class Demo { // : public GApp {
public:
@@ -45,6 +46,7 @@ class Demo { // : public GApp {
HWND _hwndToolbox;
HWND _buttonTest;
HWND _hwndRenderer;
PropertyWindow* _propWindow;
protected:
Stopwatch m_graphicsWatch;
Stopwatch m_logicWatch;