Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I enabled webAR, quicklook, and filled iosSrc, but the AR button does not appear.
onMounted(() => { view3D = new View3D(viewerContainer.value, { src: props.modelUrl, canvas: canvasElement.value, wheelScrollable: true, pitch: 30, yaw: -30, iosSrc: "/model/example.usdz", webAR: true, quickLook: true });
I wonder if something I've done was wrong.
The text was updated successfully, but these errors were encountered:
Description
I enabled webAR, quicklook, and filled iosSrc, but the AR button does not appear.
My codes
I wonder if something I've done was wrong.
The text was updated successfully, but these errors were encountered: