如何在a-frame中获得监护人边界
how to get gaurdian boundery in a-frame
我正在开发一款虚拟现实游戏,让世界适应玩家在游戏空间中的移动。
为此,我需要一个 gaurdian 边界的边缘列表。你如何在框架中得到它。
Bounded-floor 是给这个的 属性
https://aframe.io/docs/1.3.0/components/webxr.html#properties2_bounded_floor
webXR 规范中有更多信息:https://developer.mozilla.org/en-US/docs/Web/API/WebXR_Device_API/Geometry
在该页面上搜索 bounded-floor,它将带您到更多详细信息、链接和信息。
我正在开发一款虚拟现实游戏,让世界适应玩家在游戏空间中的移动。
为此,我需要一个 gaurdian 边界的边缘列表。你如何在框架中得到它。
Bounded-floor 是给这个的 属性 https://aframe.io/docs/1.3.0/components/webxr.html#properties2_bounded_floor
webXR 规范中有更多信息:https://developer.mozilla.org/en-US/docs/Web/API/WebXR_Device_API/Geometry
在该页面上搜索 bounded-floor,它将带您到更多详细信息、链接和信息。