MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovr_ResetBoundaryLookAndFeel

Function ovr_ResetBoundaryLookAndFeel

Revive/REV_CAPI.cpp:699–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699OVR_PUBLIC_FUNCTION(ovrResult) ovr_ResetBoundaryLookAndFeel(ovrSession session)
700{
701 REV_TRACE(ovr_ResetBoundaryLookAndFeel);
702
703 vr::HmdColor_t color = { 1.0f, 1.0f, 1.0f, 1.0f };
704 vr::VRChaperone()->SetSceneColor(color);
705 return ovrSuccess;
706}
707
708OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetBoundaryGeometry(ovrSession session, ovrBoundaryType boundaryType, ovrVector3f* outFloorPoints, int* outFloorPointsCount)
709{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected