Display a question on a black background

This commit is contained in:
2019-07-30 21:20:18 +01:00
parent 04a6320188
commit 21f03f7575

View File

@@ -98,9 +98,18 @@
geometry="primitive: plane"
material="color: #000"
light="type: point; intensity: 2.0"
rotation="90 0 0"
rotation="-90 0 0"
position="0 5 0"
scale="2 3 1"
>
<a-text color="#FFF" z-offset="2" :value="question.question"></a-text>
<a-text
baseline="top"
anchor="center"
color="#FFF"
z-offset="2"
width="0.25"
:value="question.question"
></a-text>
</a-entity>
</a-marker>
<a-entity camera></a-entity>