three-mesh-ui 生成中文字体

如题:
three-mesh-ui 如何生成中文字体?

去网站
https://msdf-bmfont.donmccurdy.com/

在这里插入图片描述
在这里插入图片描述
vue3集成
1、 html

<script src="https://unpkg.com/three@0.149.0/build/three.js"></script>
 <script src="https://unpkg.com/three-mesh-ui@6.4.1/build/three-mesh-ui.min.js"></script>

2、vue
import FontJSON from “…/assets/custom-msdf.json”;
import FontImage from “…/assets/custom.png”;

function addTextTag2() {
  const container = new ThreeMeshUI.Block({
    width: 3,
    height: 3,
    padding: 0.1,
    justifyContent: "center",
    textAlign: "center",
    fontFamily: FontJSON,
    fontTexture: FontImage,
    borderColor: new THREE.Color( 'orange' ),
    fontColor: new THREE.Color( 0x333333 ),
    backgroundOpacity: 1,
    borderRadius: 0.1,
    borderWidth: 0.1,
    borderOpacity: 1,
    backgroundColor: new THREE.Color( 0xf1c232 ),
  });

  container.position.set( -140.887,  2.423,  -76.754);
  container.rotation.x = Math.PI/180 * -93.5 ;
  container.rotation.y = Math.PI/180 * 71.8;
  container.rotation.z =  Math.PI/180 * 93.7 ;
  scene.add(container);

  //

  container.add(
      new ThreeMeshUI.Text({
        content: "你好世界",
        fontSize:0.2
      })
  );
}
  ThreeMeshUI.update();
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值