李恒道 发表于 2023-5-10 16:48:49

TextGeometry not a constructor

参考https://threejs.org/docs/index.html#examples/en/geometries/TextGeometry
7x版本之后已经移除了Three默认导出
需要
import { TextGeometry } from 'three/addons/geometries/TextGeometry.js';
后进行使用
页: [1]
查看完整版本: TextGeometry not a constructor