Editor settings categories are now tidy and beautiful!

This commit is contained in:
Juan Linietsky
2017-01-05 19:41:36 -03:00
parent 495d059a74
commit 99ceddd11e
47 changed files with 546 additions and 531 deletions
+14
View File
@@ -477,6 +477,20 @@ uint32_t ihash3( uint32_t a)
MainLoop* test() {
Matrix3 m;
m.rotate(Vector3(0,1,0),Math_PI*0.5);
print_line(m.scaled(Vector3(0.5,1,1)));
Matrix3 s;
s.scale(Vector3(0.5,1.0,1.0));
print_line(m * s);
return NULL;
List<String> cmdlargs = OS::get_singleton()->get_cmdline_args();