This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Libovr 1.26 Reference Guide

ovrBoundaryTestResult Struct Reference

Provides boundary test information.

Data Fields

ovrBool
True if the boundary system is being triggered.
float
Distance to the closest play area or outer boundary surface.
ovrVector3f
Closest point on the boundary surface.
ovrVector3f
Unit surface normal of the closest boundary surface.

Field Documentation

ovrBool ovrBoundaryTestResult::IsTriggering ( )
True if the boundary system is being triggered.
Note that due to fade in/out effects this may not exactly match visibility.
float ovrBoundaryTestResult::ClosestDistance ( )
Distance to the closest play area or outer boundary surface.
ovrVector3f ovrBoundaryTestResult::ClosestPoint ( )
Closest point on the boundary surface.
ovrVector3f ovrBoundaryTestResult::ClosestPointNormal ( )
Unit surface normal of the closest boundary surface.
The documentation for this struct was generated from the following file: Include/OVR_CAPI.h