MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / Viewer

Method Viewer

src/osvr/Client/Viewer.cpp:38–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace osvr {
37namespace client {
38 Viewer::Viewer(OSVR_ClientContext ctx, const char path[])
39 : m_head(ctx, path) {}
40
41 OSVR_Pose3 Viewer::getPose() const {
42 OSVR_TimeValue timestamp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected