mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
Temporarily remove Nanogui window.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user