three.js 添加三维坐标系

//显示三维坐标系
var axis = new THREE.AxisHelper(3);
scene.add(axis);

猜你喜欢

转载自www.cnblogs.com/guxingy/p/11906760.html