three.js 添加三维坐标系

 

 

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

 

posted @ 2019-11-21 17:02  古兴越  阅读(1675)  评论(0编辑  收藏  举报