Greatly improved rendering of frame and decorators. Creation of a

DrawVisitor to selectively draw single nodes (for overlay of frame in
GeometryView)
This commit is contained in:
brunoherbelin
2020-06-02 00:23:49 +02:00
parent 7b4408ece6
commit c0572faabf
17 changed files with 642 additions and 407 deletions

View File

@@ -66,6 +66,8 @@ public:
// get total height available in monitor
int maxHeight();
inline float dpiScale() const { return dpi_scale_; }
// get which monitor contains this point
static GLFWmonitor *monitorAt(int x, int y);
// get which monitor has this name