I want to use 'text' property to show chinese characters, but the characters cannot show. for example:
<a-entity text="align:center;value: 返回back; "></a-entity>
I want to use 'text' property to show chinese characters, but the characters cannot show. for example:
<a-entity text="align:center;value: 返回back; "></a-entity>
You will need to get a font file that contains the Chinese characters. Then generate an SDF font with Hiero (https://github.com/libgdx/libgdx/wiki/Distance-field-fonts).
https://aframe.io/docs/0.5.0/components/text.html#generating-sdf-fonts
Alternatively, the process is similar for the text-geometry component, you can generate a font set with Chinese characters using FaceType.js