We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f09735 commit 505a460Copy full SHA for 505a460
1 file changed
examples/fly/fly.c
@@ -28,8 +28,8 @@ int handle_xevent(XEvent *xev);
28
void draw_box(float xsz, float ysz, float zsz);
29
30
/* XXX: posrot contains a position vector and an orientation quaternion, and
31
- * can be used with the spnav_posrot_moveobj function to accumulate input
32
- * 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.
33
* See util.c in the libspnav source code for implementation details.
34
*/
35
struct spnav_posrot posrot;
0 commit comments