fly example: minor comment fix

pull/21/head
John Tsiombikas 2023-04-04 07:01:02 +03:00
rodzic 7f09735b28
commit 505a460061
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -28,8 +28,8 @@ int handle_xevent(XEvent *xev);
void draw_box(float xsz, float ysz, float zsz);
/* XXX: posrot contains a position vector and an orientation quaternion, and
* can be used with the spnav_posrot_moveobj function to accumulate input
* motions, and then with spnav_matrix_obj to create a transformation matrix.
* can be used with the spnav_posrot_moveview function to accumulate input
* motions, and then with spnav_matrix_view to create a view matrix.
* See util.c in the libspnav source code for implementation details.
*/
struct spnav_posrot posrot;