lovr.headset.getBoundsGeometry
EditReturns a list of points representing the boundaries of the play area, or nil
if the current headset driver does not expose this information.
points = lovr.headset.getBoundsGeometry(t)
Arguments
Name | Type | Default | Description |
t | table | nil |
A table to fill with the points. If nil , a new table will be created.
|
Returns
Name | Type | Description |
points | table | A flat table of 3D points representing the play area boundaries. |