Temporarily remove Nanogui window.

This commit is contained in:
David Allemang
2021-01-15 19:45:29 -05:00
parent 2d6dbc6804
commit 5f9f4e568b

View File

@@ -50,10 +50,10 @@ public:
4, 5) {
using namespace nanogui;
auto *window = new Window(this, "Sample Window");
window->setPosition(Vector2i(15, 15));
window->setFixedWidth(250);
window->setLayout(new BoxLayout(Orientation::Vertical));
// auto *window = new Window(this, "Sample Window");
// window->setPosition(Vector2i(15, 15));
// window->setFixedWidth(250);
// window->setLayout(new BoxLayout(Orientation::Vertical));
// auto pause = new ToolButton(window, ENTYPO_ICON_CONTROLLER_PAUS);
// pause->setFlags(Button::ToggleButton);