Questions tagged [web-ar]

16 questions
3
votes
0 answers

8th wall option page does not function when toggle off the splash screen in commercial mode

I have 8th wall project which the user flow is like this Screen start - Permission for camera and motion - tap to start - page to select AR portal - Camera active and portal shows However, after turning on the commercial plan and then once I get…
cybr
  • 51
  • 3
3
votes
1 answer

How to prevent rotation of a gltf model in three.js

I am trying to create a jewelry AR try on using Jeeliz Facetracking and three.js. Face tracking and model tracking are working totally fine but I don't want my model to rotate based on the head rotation. So how can I prevent the gltf model/scene…
najaf k.a
  • 31
  • 3
2
votes
0 answers

Switch to AR mode by default

Using A-Frame 1.2.0, the default view when visiting the URL on a mobile phone is a mono VR mode, with buttons to switch to AR and VR. This mode also allows non-AR GUI elements like HTML buttons to be placed on the screen, they will overlay on top of…
Ivan Voras
  • 1,895
  • 1
  • 13
  • 20
1
vote
1 answer

Is it possible to restrict "pinch and zoom" in echo3D webAR experience?

I'm using echo3D to showcase 3D models for a client but I am wondering if/how it's possible to limit how viewers interact with the WebAR experience? Can I turn off “pinch and zoom” and restrict movement, they just open the model and that’s that. I…
1
vote
0 answers

Size accurate WebAR experiences without markers?

Using only browser technology (ARCore or similar apps that interface with the browser do not count) and without relying on markers I want to be able to determine how big a 3d model should be in order to be true to size relative to the objects in a…
1
vote
1 answer

MindAR JS: MINDAR.IMAGE.MindARThree is not a constructor

I am learning Web AR development using MindAR, https://hiukim.github.io/mind-ar-js-doc/#:~:text=MindAR%20is%20an%20opensource%20web,are%20written%20for%20AFRAME%20integration. I am following a tutorial on Udemy,…
Wai Yan Hein
  • 13,651
  • 35
  • 180
  • 372
1
vote
1 answer

Is there any way for animating the text (atext) in aframe [WebAR]?

In Web AR,I need to animate atext component in aframe. How to achieve the text animation in aframe ? Not found any properties in atext component.
ExOrIntro
  • 221
  • 3
  • 7
1
vote
0 answers

How to check if the plane detected in WebXR's hit test results is vertical?

I am new to WebXR and trying to only allow the reticle to show up if the plane detected is vertical (like a wall). I am following this basic hit test example as a starting point. I don't see any parameter for vertical detection of the plane but in…
sparkanzo
  • 11
  • 1
1
vote
1 answer

Improve load time of large `.reality` files

So I have a large (138mb) reality file that I want to user to be able to interact with via Safari quick view. So I have done the following: now obviously since its such a large file…
Smokey Dawson
  • 8,827
  • 19
  • 77
  • 152
0
votes
0 answers

Feature extraction with webar coloring

I'm making a Webar Coloring with ARjs and Threejs, but how do I Feature extraction on Threejs? It bothers me.. For example, I have a car in my target map, and when I color in the target map, my car changes color. I have no idea about feature…
0
votes
0 answers

Improving stability in A-Frame and AR.js image tracking app without using third-party engines

I am currently working on an image tracking application using A-Frame and AR.js in a browser environment. However, I am facing stability issues in the scene, and it does not match the level of stability provided by other chargeable engines like 8th…
0
votes
0 answers

USDZ partly working in web ar model viewer

I made a model in Blender with different objects combined. Some of the objects have animation. If I export the model in blender to an FBX it works in the xr model viewer. When I export the FBX via an online converter to a USDZ the model does not…
TomH
  • 1
0
votes
0 answers

How to correctly display video on the MindAR Target

Please help me. I can't get the video to display properly on the MindAR Target. It turns out that the video (and sound from the video) starts before the camera finds the target. How to make video start ONLY when camera finds target, and when camera…
0
votes
1 answer

BlippAR Web AR SDK Refused to Create a Worker

i created project using BlippAR Web AR SDK to show simple 3D, for the first step, i think i'll use the template that BlippAR provided but change the *.glb only, but when i try to deploy to my hosting (cpanel), it shown this error Refused to create a…
Dani Two
  • 5
  • 4
0
votes
2 answers

Model Viewer for web doesn't show View in AR button when passing Private Signed URL or Public URL from AWS S3

I started using ModelViewer 1.9.2 by google in my angular project to render the 3d model. Possibly surface detection to augment the objects for now. Initially i used 3d models inside application assets to augnment, which went fine and i am able to…
1
2