We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ac7d4 commit 7d5a1aeCopy full SHA for 7d5a1ae
1 file changed
examples/test/text/msdf.html
@@ -13,7 +13,7 @@
13
></a-mixin>
14
<a-mixin id="msdf-text"
15
text="align: center; width: 6;
16
- font: https://rawgit.com/Jam3/three-bmfont-text/master/test/fnt/Roboto-msdf.json;
+ font: https://cdn.jsdelivr.net/gh/Jam3/three-bmfont-text@master/test/fnt/Roboto-msdf.json;
17
value: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut enim ad minim veniam"
18
19
<a-mixin id="marker"
@@ -23,6 +23,8 @@
23
24
</a-assets>
25
26
+ <a-entity camera look-controls wasd-controls position="0 1.6 3"></a-entity>
27
+
28
<a-entity position="0 0 -3.7">
29
<a-text mixin="msdf-text" position="-3 -2 0" wrap-count="20"></a-text>
30
<a-entity mixin="marker" position="-3 -2 -0.1"></a-entity>
0 commit comments