Skip to content

Commit

Permalink
client: add marker rotate & bobupdown
Browse files Browse the repository at this point in the history
  • Loading branch information
C0kkie committed May 25, 2023
1 parent 93860ff commit 0a41946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions shared/bindings/Marker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,6 @@ extern V8Class v8Marker("Marker",

V8Helpers::SetAccessor<IMarker, uint32_t, &IMarker::GetStreamingDistance>(isolate, tpl, "streamingDistance");
V8Helpers::SetAccessor<IMarker, bool, &IMarker::IsFaceCamera, &IMarker::SetFaceCamera>(isolate, tpl, "faceCamera");
V8Helpers::SetAccessor<IMarker, bool, &IMarker::IsRotating, &IMarker::SetRotating>(isolate, tpl, "rotate");
V8Helpers::SetAccessor<IMarker, bool, &IMarker::IsBobUpDown, &IMarker::SetBobUpDown>(isolate, tpl, "bobUpAndDown");
});
2 changes: 1 addition & 1 deletion shared/deps/cpp-sdk

0 comments on commit 0a41946

Please sign in to comment.