misc...
	* draggable renderable transform origin for translate, rotate & scale manipulators
		click w/o move = reset
		move is constraintable to axis with shift pressed
	* highlight manipulators' renderables on mouse hover
	* mouse_moved_epsilon system (0.5% of viewport size) for m1, tunnel selectors, manipulators (except freelook) to make them more fail-safe
This commit is contained in:
Garux
2017-08-02 16:26:21 +03:00
parent a28b531d84
commit 31cef208e0
7 changed files with 387 additions and 140 deletions

View File

@@ -36,6 +36,7 @@
#include <gtk/gtkcolorseldialog.h>
#include <gtk/gtkentry.h>
#include <gtk/gtkfontsel.h>
#include "math/vector.h"
#include "os/path.h"