binds... * alt + m2 in camera: orbit around clicked point

This commit is contained in:
Garux
2018-10-07 02:20:29 +03:00
parent 9c91f4fa78
commit 2a3ca3a44f
3 changed files with 92 additions and 8 deletions

View File

@@ -40,4 +40,9 @@ virtual void incMouseMove( const WindowVector& delta ) = 0;
SelectionSystemWindowObserver* NewWindowObserver();
template<typename Element> class BasicVector3;
typedef BasicVector3<float> Vector3;
void Scene_Intersect( const View& view, const float device_point[2], const float device_epsilon[2], Vector3& intersection );
#endif