mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-23 00:25:09 +00:00
Editor settings categories are now tidy and beautiful!
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user