2,878 questions
0
votes
1
answer
49
views
aframe and custom MSDF font with accents
Situation Summary
Problem: The text in A-Frame isn't displayed when I use a custom MSDF font with accents. Display is ok with the embedded font
Console rror Message: Error parsing font malformed file -...
0
votes
0
answers
72
views
A-Frame/MindAR project: GLB model not visible on image marker
I'm creating a simple MindAR application which will identify an image and display a 3d model on the screen. The 3D model (einstein.glb) is to be displayed on an image marker using A-Frame and MindAR. ...
0
votes
1
answer
205
views
I am receiving a Black Screen when I activate AR using A-Frame
So I want to create a simple Markerless AR Experience using A-Frame to simply view my animated Model in AR. I made the model in Blender which works great if I use needle but I want to try and execute ...
0
votes
0
answers
57
views
Unable to add physics (collision, gravity) in my A-Frame project (Quest + PC via Netlify)
I'm developing an A-Frame (HTML/JS) project for use on Meta Quest 1 and on PC via Netlify to create a simple VR escape game.
I want to add physics (collisions, gravity on objects, impassable walls) ...
0
votes
0
answers
70
views
How to use a sprite sheet in A-Frame?
How do I make the texture for a simple box/cube in a-frame a sprite sheet, like, a 6 image sprite sheet, as if it was for a single cube in Minecraft or something, i know if you put an image in for the ...
1
vote
1
answer
58
views
Set individual sound for each aframe entity
I wanna realize next functionality: user are scanning one image (it is a target, all ones are 5 item), and after than as the picture will be scan - will start playing sound (related to this image).I ...
0
votes
0
answers
27
views
Image not displaying in A-Frame scene – screen remains blank
I'm creating a virtual exhibition using A-Frame, and I'm having trouble displaying an image that is supposed to be one of the artworks in the gallery. When I add the image, the place where it should ...
0
votes
0
answers
30
views
aframe/three.js: Custom mesh only visible on hot reload
I'm trying to write a component that:
copies the geometry of a plane to a new custom mesh
colors the vertices in the new mesh based on the height of the vertex.
changes the new mesh to layer(1) so ...
0
votes
0
answers
12
views
Trying to use a customisable template to display a 5 sided box multiple times
I am using aframe-template-compoment with variables but just seem to get consol errors telling me the position is NaN. I am using the aframe-template-component but not sure if I am using it right with ...
0
votes
1
answer
43
views
A-FRAME and drawing curves
How to create a sinusoidal function in A-FRAME?
Only I saw there is something like this (this is just random connected points):
<a-entity line="start: 0 1 0; end: 2 0 -5; color: green"
...
-1
votes
1
answer
82
views
Inquiry about loading glTF models using Blob URLs in 8th Wall Cloud Editor
I am having trouble displaying a model fetched from an external server as a Blob URL in the gltf-model component of A-Frame and adding it as an a-entity element to the body in the 8th Wall Cloud ...
1
vote
0
answers
85
views
How to apply anime.js keyframes in A-Frame
In this example, we can see how keyframes work in anime.js. Inspired by this answer and A-Frame doc, I tried to apply it with the following code without success:
/* global AFRAME */
AFRAME....
1
vote
2
answers
383
views
What happened to AR mode in AFrame?
I'm trying to build a mixed reality experience in A-Frame on Glitch, and I used to see an "AR" button in addition to the "VR" button I currently see. How do I enable AR mode? I'm ...
0
votes
1
answer
42
views
hand-controls doesn't render children of children entities attached programmatically (AFRAME 1.6.0)
For context, I'm trying to simulate a player grabbing a virtual object with their VR hand controller by attaching the object's entity as a child of the entity with a hand-controls component.
I'm ...
1
vote
1
answer
143
views
Using a-frame to display panorama image captured by Android phone
Panorama photos are an option in Android camera options. The process is simple, producing an image that is 11568 x 1696 pixels at 72 dpi.
But when that image is displayed in a-frame using the code ...