Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用A-Frame 1.2.0,在手机上访问URL的默认视图是单声道VR模式,带有按钮可以切换到AR和VR。
此模式还允许将 HTML 按钮等非 AR GUI 元素放置在屏幕上,它们将覆盖在场景顶部,并带有一些 CSS。
是否可以像当前一样在访问 URL 时创建默认视图,但使用 AR 摄像头?即保留 AR 和 VR 按钮,使用 HTML 和 CSS 保留添加到页面的任何内容,但打开设备摄像头?
或者,如果这不可能,如何在加载时立即切换到 AR 模式?