Skip to content

Commit

Permalink
DOC: some annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Odd Kiva committed May 26, 2024
1 parent cfa4136 commit b908422
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,15 +465,20 @@ class SingleWindowApp
Eigen::Matrix4f _point_cloud_projection;
//! @brief Camera of the point cloud scene.
k::Camera _point_cloud_camera;
//! @{
//! @brief Viewing parameters.
Eigen::Matrix4f _model_view = Eigen::Matrix4f::Identity();
Eigen::Matrix4f _scale_mat = Eigen::Matrix4f::Identity();
float _point_size = 1.5f;
double _delta = (5._m).value;
double _angle_delta = (10._deg).value;
//! @}

//! @{
//! @brief User interaction.
bool _pause = false;
bool _quit = false;
//! @}
};

bool SingleWindowApp::_glfw_initialized = false;
Expand Down

0 comments on commit b908422

Please sign in to comment.