添加
const axesHelper = new THREE.AxesHelper(5); scene.add(axesHelper);
其中,AxesHelper的参数为轴长
更新于 2025/2/26