Questions tagged [8thwall-web]
45 questions
0
votes
2 answers
GLTF load warning--- Timer GLTF loader already exists
I am using A-Frame javascript 8th wall libarary and tap place component to place a model. When I tap on the screen iam getting the above warning and after 2 minutes or so I can see the model on the screen. I am not using any gltfloaders it is just…
0
votes
1 answer
8th Wall tap to place example not showing model replacement
I've replaced the tree.glb model in the ThreeJS placeground example (https://github.com/8thwall/web/tree/master/examples/threejs/placeground), but it's not showing. It works fine when using tree.glb.
To debug, I've also tried replacing it with the…

Matt Alishah
- 3
- 4
0
votes
2 answers
8th wall Image Target Not tracking image
I have downloaded 8th wall web starter project from github. I am trying to run flyer demo locally.
Flyer demo index.html, I have replaced app key with newly created web project with 8th wall console.
Next, code below is used to achieve image target…

Akki619
- 2,386
- 6
- 26
- 56
0
votes
1 answer
Aframe mesh rotation and animation
I am trying rotation for mesh in an aframe gltf model but its seems to be not working. Is it possible to rotate a mesh of gltf model added on runtime in the scene? I am getting mesh where pivot is set but unable to apply rotation to it.
Issue: I…

Akki619
- 2,386
- 6
- 26
- 56
0
votes
1 answer
8thWall Web : How to implement the multiple image target function?
I want to use the multiple image target function. im using aframe. where do i put this line :
XR.XrController.configure({imageTargets: ['image-target1', 'image-target2', 'image-target3']})
and what do i do with the attribute as i…
user2395639
0
votes
1 answer
8thWall BabylonJS Demo "Tap to place" gap
There is a bug on the BabylonJS Demo "Tap to place": there's a gap between 2D screen picked point and 3D position on the ground.
I tried with scene.pickWithRay(...): same problem.
Maybe a problem with the xrCameraBehavior...

SebAxeon
- 5
- 5
0
votes
1 answer
Can we remove Loading bar or 8thWall in a WebAR 8thWall App?
On making a javascript node application with 8thwall and sumerian you get a loading animation of 8thWall logo , how to replace that with something your own. the project doesnot seem to have any assets of it in the folder

Gkills
- 587
- 1
- 6
- 28
0
votes
1 answer
What is the correct solution for rendering SVG icons inside A-Frame so that I don't get this fuzzy effect on some of my graphics?
My A-frame app is a basic 360 photo tour. As you can see below I'm rendering svg icons for the tour "hotspots". Some icons are loading fine but others have a fuzzy effect to them.
If it helps I created codepen to show how I'm implementing the SVG…

remainstheday
- 464
- 1
- 4
- 13
0
votes
2 answers
8th wall web app setup child compilation failed
I am new to 8th wall. I have cloned 8th wall web from git and executed below steps properly
# cd
# cd serve
# npm install
# cd ..
# ./serve/bin/serve -d
but on execution of…

Akki619
- 2,386
- 6
- 26
- 56
0
votes
2 answers
XrController.hitTest not returning any ESTIMATED_SURFACE or DETECTED_SURFACE results
I'm calling
XrController.hitTest(X, Y, ['FEATURE_POINT','ESTIMATED_SURFACE', 'DETECTED_SURFACE'])
But all the results I'm getting are of type 'FEATURE_POINT' only.
If I leave out 'FEATURE_POINT' from the included types
XrController.hitTest(X, Y,…

Doc
- 53
- 7
0
votes
1 answer
could not find module
I start to test web AR using 8thwall today by following their official tutorial, but I got below error
when I run
serve\bin\serve.bat -n -d gettingstarted\xraframe -p 7777
for serve my application I got below error
The system cannot find the path…

Manoj Madushanka
- 371
- 1
- 7
- 21
0
votes
1 answer
How can I make a REST XMLHttpRequest call from AFrame while using 8th Wall Web?
I am using 8th Wall SDK and trying to call an API. When I am attempting to do that from AFrame.registercomponent onclick method, the request is not getting sent.
I am new to AR. When I tried adding an alert messages for xhttp, it's empty.
What…

36f
- 89
- 1
- 10
0
votes
1 answer
Exception inside runPreRender running 8th Wall Web with ownRunLoop=false
Is there an example that uses an app owned run loop (using ownRunLoop=false) somewhere?
When I create a trivial example based on the three.js app:
const onxrloaded = () => {
const canvas = document.getElementById('camerafeed')
// Open the camera…

griffin2000
- 709
- 9
- 26
0
votes
1 answer
Displaying the camera feed in grayscale in 8th Wall Web
Is there a simple way to display the camera feed in grayscale?
I found an example of a QR code scanning app to handle the camera texture as an array of grayscale pixel values, but I'm stuck in displaying grayscale instead of RGBA.
// Install a…

ash
- 1
-1
votes
1 answer
Getting "You're almost there!" on new 8th wall project?
I'm seeing "You're almost there!" message on a new 8th wall project, however I'm using Google Chrome on the device.
Here's the project code on Glitch:
https://glitch.com/edit/#!/humble-harpymimus?path=index.html:15:125
Here's the 8th wall project…

Kieran F.
- 567
- 4
- 16