Skip to content

Commit

Permalink
Trigger Local GA Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zalo committed Dec 2, 2023
1 parent 62de9c5 commit eaac3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/pybind/visualization/rendering/rendering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void pybind_rendering_classes(py::module &m) {
"setup_camera(vertical_field_of_view, center, eye, up, "
"near_clip, far_clip): "
"sets camera view using bounding box of current geometry "
"if the near_clip and far_clip parameters are unset",
"if the near_clip and far_clip parameters are not set",
py::arg("verticalFoV"), py::arg("center"), py::arg("eye"),
py::arg("up"), py::arg("nearClip") = -1.0f,
py::arg("farClip") = -1.0f)
Expand Down

0 comments on commit eaac3b9

Please sign in to comment.