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