implement option to lock camera to graph's center of mass
This commit is contained in:
@ -24,7 +24,8 @@ public:
|
||||
|
||||
auto Pan(Vector2 last_mouse, Vector2 mouse) -> void;
|
||||
|
||||
auto Update(const Vector3 ¤t_target, bool lock) -> void;
|
||||
auto Update(const Vector3 ¤t_target, const Vector3 &mass_center,
|
||||
bool lock, bool mass_center_lock) -> void;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user