lovr.headset.getBoundsGeometry

Edit

Returns 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

NameTypeDefaultDescription
ttablenil A table to fill with the points. If nil, a new table will be created.

Returns

NameTypeDescription
pointstable A flat table of 3D points representing the play area boundaries.

See also