gpt4 book ai didi

javascript - 如何在 Aframe 中将文本附加到相机?

转载 作者:行者123 更新时间:2023-12-03 03:07:31 25 4
gpt4 key购买 nike

我想在相机上渲染一个文本叠加层,并在我的 aframe 场景中随相机移动。

我的相机实体如下所示:

<a-entity position="33 0 -33" rotation="0 180 0" 
look-controls id="camera" camera="userHeight: 1.6" listener>
</a-entity>

我的文本实体如下所示:

<a-entity text="value: HELLO; color: red; width: 2;" position="0 0 0">
</a-entity>

但是当我将文本实体放入相机实体内时,文本不可见:

<a-entity position="33 0 -33" rotation="0 180 0" look-controls 
id="camera" camera="userHeight: 1.6" listener>
<a-entity text="value: HELLO; color: red; width: 2;" position="0 0 0" >
</a-entity>
</a-entity>

如何放置文本元素以使其成为相机 View 的可见叠加层?

最佳答案

将其放置在远离相机的位置。

位置=“0 0 -1”

关于javascript - 如何在 Aframe 中将文本附加到相机?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47102780/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com