使用 A 帧在场景中添加 2D 图像

Add 2D images in scene using A-frame

是否可以在我的场景中添加如下所示的 2D 图像。我正在使用 (version 0.5.0) in combination with .

我试过查看检查器工具 (ctrl + alt + I) 它有一个选项可以添加这个但是没有找到添加图像组件。

首先将平面实体添加到场景,然后将您的图像作为纹理附加到它。

有关详细信息,请参阅 A-Frame 文档: https://aframe.io/docs/0.5.0/primitives/a-plane.html

<a-image src="image.png">