gpt4 book ai didi

augmented-reality - 如何在场景查看器中默认关闭对象混合?

转载 作者:行者123 更新时间:2023-12-03 14:52:30 25 4
gpt4 key购买 nike

默认情况下,对象混合处于开启状态,您必须点击按钮才能关闭。
大多数使用我的 AR 的人都是第一次使用,不知道如何关闭它。
有没有办法默认关闭它?我在文档中没有看到解决方案。

<!DOCTYPE html>
<html lang="en">
<head>
<title>Avacados</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://ar.marketscale.com/test/test.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<a style="display:none" id="ar-link" href="intent://arvr.google.com/scene-viewer/1.0?file=https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/Avocado/glTF/Avocado.gltf&mode=ar_only&link=https://www.google.com&sourceid=chrome&ie=UTF-8&title=Acocados#Intent;scheme=https;package=com.google.android.googlequicksearchbox;action=android.intent.action.VIEW;S.browser_fallback_url=https://developers.google.com/ar;end;">Avovados</a>
<footer>
<script type="text/javascript">

var isMobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
if (isMobile) {
$(document).ready(function(){
setTimeout(function(){
// $('#ar-link').trigger('click');
$('#ar-link').click(function() {
this.click();
}).click();
},1000);
});
} else {
window.location.href = "https://ar.marketscale.com/test/testfallback.css"
}
</script>
</footer>
<!-- 💁 Include both scripts below to support all browsers! -->
<!-- Loads <model-viewer> for modern browsers: -->
<script type="module"
src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js">
</script>

<!-- Loads <model-viewer> for old browsers like IE11: -->
<script nomodule
src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js">
</script>
</body>
</html>

最佳答案

我注释掉了所有提示此问题的对话框,并在不支持它的手机上对其进行了测试,因为无论如何他们的代码都会自动将其关闭。即时放置的东西也是如此,我认为这只是他们在激光雷达设备(如 Apple 的)问世时面向 future 的证明......

关于augmented-reality - 如何在场景查看器中默认关闭对象混合?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64992200/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com