mirror of
https://github.com/kevin-DL/gyk-ar.git
synced 2026-01-11 10:34:32 +00:00
Display a question on a black background
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user