| 697 | } |
| 698 | |
| 699 | OVR_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 | |
| 708 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetBoundaryGeometry(ovrSession session, ovrBoundaryType boundaryType, ovrVector3f* outFloorPoints, int* outFloorPointsCount) |
| 709 | { |
nothing calls this directly
no outgoing calls
no test coverage detected