软件开发three.js three.js获取模型大小 由 奈何col - 8 9 月, 2015 1509 var box = new THREE.Box3().setFromObject( mesh ); var size = box.size();