three.js 添加三维坐标系

//显示三维坐标系
var axis = new THREE.AxisHelper(3);
scene.add(axis);
原文地址:https://www.cnblogs.com/guxingy/p/11906760.html