Questions tagged [8thwall-web]
45 questions
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
Centering `text-geometry` text
I'm working on a project on 8th Wall using A-Frame and Three.js.
I'm using a component called "text-geometry" which generates extruded text nicely. But I want the text to be centered, not "flush-left", so I need to move it left by half its rendered…

Dan
- 1,257
- 2
- 15
- 31
0
votes
0 answers
`getOrCreateObject3D` has been deprecated. Use `setObject3D()` and `object3dset` event instead
I'm working on a project on 8th Wall using A-Frame and Three.js. I'm using a component called "text-geometry" which generates extruded text.
But I keep getting this warning:
`getOrCreateObject3D` has been deprecated. Use `setObject3D()` and…

Dan
- 1,257
- 2
- 15
- 31
0
votes
0 answers
Incorrect displaying some colors in 8th Wall scene (which uses Three js)
today I have an issue with correctly displaying some colors on the 8th Wall scene (which uses Three js).
in this image, you see what I expect (it is my other Three js scene)
in this image, you see what I have
the blue color is too darker but the…
0
votes
1 answer
How to replace ./images/star2.png with image texture src in particle-system="preset: dust; texture: ./images/star2.png; particleCount: 2000;
I am working on an aframe ar app on 8thwall. I am using particle system.
Seems that the texture is not loaded from the local system.
How can I replace the texture path with an http link?
The code extract that does not work is below
…

Maria
- 3
- 2
0
votes
2 answers
How to use AFrame Inspector tool with 8th wall
I'm currently using 8th Wall paid plan to develop some scenes for mobile web AR.
In their docs, they mention running the A-Frame Inspector tool: 8th Wall Docs- Visual Inspector and Dev Tools.
They don't mention how to actually run the A-Frame…

Christopher
- 3
- 1
0
votes
1 answer
How to add Three.js EffectComposer to 8th Wall
I'm trying to get a three.js postprocessing bloom effect working in 8th Wall but can't seen to get things working right.
I'm loading the EffectComposer in head.html using: