Browse Source

small update

Former-commit-id: d87116015c18f7936824fe66dc06a3d56139bf6a
schuellc 10 năm trước cách đây
mục cha
commit
f07fad80be
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 4 3
      include/igl/viewer/ViewerCore.cpp

+ 4 - 3
include/igl/viewer/ViewerCore.cpp

@@ -7,11 +7,12 @@
 // obtain one at http://mozilla.org/MPL/2.0/.
 
 #include "ViewerCore.h"
-#include <igl/quat_to_mat.h>
-#include <igl/massmatrix.h>
-#include <Eigen/Geometry>
+
 #include <iostream>
+#include <Eigen/Geometry>
 
+#include <igl/quat_to_mat.h>
+#include <igl/massmatrix.h>
 
 IGL_INLINE Eigen::Matrix4f lookAt (
                         const Eigen::Vector3f& eye,