three.js 添加坐标系

添加中心坐标:

var axes = new THREE.AxisHelper(500);
scene.add(axes);

原文地址:https://www.cnblogs.com/guxingy/p/9297848.html