1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Added freelook inertia

This commit is contained in:
Marc Gilleron
2017-08-26 21:55:09 +02:00
parent 9f1e3903df
commit 28e1c88f6e
3 changed files with 30 additions and 18 deletions

View File

@@ -122,6 +122,7 @@ private:
float gizmo_scale;
bool freelook_active;
Vector3 freelook_velocity;
PanelContainer *info;
Label *info_label;