A-Frame Версия: 0.8.0
Платформа / Устройство: настольные ПК
У меня есть текст a-entity внутри элемента a-box, и текст выглядит размытым. A-box немного прозрачный и, кажется, искажает текст.
Это строки в поле
<a-box id="box1" material="src: img/info.svg; transparent:true;" position="0 2 -1.8" rotation="0 0 0" depth="0" width="1" height="1" scale="0.001 0.001 0">
<a-entity id="info" width="1" position="0 0 0.6" text="value: This is the Mac desktop computer IXD has purchased to supply their students with adequate equipment so that they are capable of accomplishing projects even if they do not have their own Mac OS based system; color:#000;">
</a-entity>
<a-circle id="box1-close" radius="0.06" class="clickable" material="src: img/close.svg; transparent:true;" remove-yellow position="0.4 0.4 0.6" rotation="0 0 0" scale="1 1 0">
</a-circle>
</a-box>
Я подозреваю, что проблема может быть в сглаживании, но я уже включил его вручную в своей a-сцене. При ближайшем рассмотрении это может иметь какое-то отношение к границе?