Skip to content
#

webxr

Here are 306 public repositories matching this topic...

Babylon.js
exokit
avaer
avaer commented Jun 3, 2019

Running the tabs default launch command (-t) does not respect redirects at the target.

$ node . -t https://aframe.io/a-painter

☝️ The above will error, even though the server will redirect to https://aframe.io/a-painter/ and serve HTML there:

$ curl -i https://aframe.io/a-painter
HTTP/1.1 301 Moved Permanently
Date: Mon, 03 Jun 2019 20:10:27 GMT
Content-Type: text/ht
robertlong
robertlong commented Apr 13, 2020

You should be able to add text to a scene. Either as a Text Geometry or SDF text, probably both.

There's already a text component in AFrame that we can use in Hubs. We would need to add a new Spoke node with the ability to preview the text.

I think we should export the following properties:

value
align
anchor
baseline
color
he

Improve this page

Add a description, image, and links to the webxr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webxr topic, visit your repo's landing page and select "manage topics."

Learn more