Skip to content

Commit

Permalink
Fix Formatting Again
Browse files Browse the repository at this point in the history
  • Loading branch information
zalo committed Dec 1, 2023
1 parent ee7271e commit 62de9c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/pybind/visualization/rendering/rendering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ void pybind_rendering_classes(py::module &m) {
"near_clip, far_clip): "
"sets camera view using bounding box of current geometry "
"if the near_clip and far_clip parameters are unset",
py::arg("verticalFoV"), py::arg("center"),
py::arg("eye"), py::arg("up"),
py::arg("nearClip") = -1.0f, py::arg("farClip") = -1.0f)
py::arg("verticalFoV"), py::arg("center"), py::arg("eye"),
py::arg("up"), py::arg("nearClip") = -1.0f,
py::arg("farClip") = -1.0f)
.def("setup_camera",
py::overload_cast<const camera::PinholeCameraIntrinsic &,
const Eigen::Matrix4d &>(
Expand Down

0 comments on commit 62de9c5

Please sign in to comment.