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

Mobile 1.19 Reference Guide

ovrBoundaryTriggerResult Struct Reference

Guardian boundary trigger state information based on a given tracked device type.

Data Fields

ovrVector3f
Closest point on the boundary surface.
ovrVector3f
Normal of the closest point on the boundary surface.
float
Distance to the closest guardian boundary surface.
bool
True if the boundary system is being triggered. Note that due to fade in/out effects this may not exactly match visibility.

Field Documentation

ovrVector3f ovrBoundaryTriggerResult::closestPoint ( )
Closest point on the boundary surface.
ovrVector3f ovrBoundaryTriggerResult::closestPointNormal ( )
Normal of the closest point on the boundary surface.
float ovrBoundaryTriggerResult::closestDistance ( )
Distance to the closest guardian boundary surface.
bool ovrBoundaryTriggerResult::isTriggering ( )
True if the boundary system is being triggered. Note that due to fade in/out effects this may not exactly match visibility.
The documentation for this struct was generated from the following file: Include/VrApi_Types.h