overload-development-community / OverloadLevelEditor

Overload Level Editor
MIT License
8 stars 6 forks source link

Allow resizable viewports #7

Open CHILLYBUS opened 3 years ago

CHILLYBUS commented 3 years ago

Currently, the editor allows reconfiguring viewports into different arrangements, but not resizing those panes.

SiriusTR commented 3 years ago

GLEditorViewPanel (in Editor.cs) is the viewport container. Currently it positions viewports algorithmically; they appear to be controls (GLView) but all it contains is the four viewports and a label for each.

So the necessary work is: