Skip to content

Commit 44d929a

Browse files
authored
Merge pull request #5 from rerun-io/emilk/update-rerun
Update to Rerun 0.10.0-alpha.8
2 parents 5085560 + 006237d commit 44d929a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
99
endif()
1010

1111
include(FetchContent)
12-
FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/06dd483/rerun_cpp_sdk.zip) # 2023-10-20
12+
FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/bc05d11/rerun_cpp_sdk.zip) # 2023-10-26
1313
FetchContent_MakeAvailable(rerun_sdk)
1414

1515
find_package(Eigen3 REQUIRED)

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ int main() {
7676
// Posed pinhole camera:
7777
rec.log(
7878
"world/camera",
79-
rerun::Pinhole::focal_length_and_resolution({500.0, 500.0}, {640.0, 480.0})
79+
rerun::Pinhole::from_focal_length_and_resolution({500.0, 500.0}, {640.0, 480.0})
8080
);
8181

8282
const Eigen::Vector3f camera_position{0.0, -1.0, 0.0};

0 commit comments

Comments
 (0)