![](https://img.haomeiwen.com/i2595866/6ab6e0a99bb7c651.png)
球体形状里面的纬度参数会影响他的最终效果呈现,详见下:
![](https://img.haomeiwen.com/i2595866/55cd0cf80ee3a307.png)
new THREE.SphereGeometry(1/2, 18, 12, Math.PI / 2, Math.PI, 0, 1 * Math.PI / 2),
![](https://img.haomeiwen.com/i2595866/5a6a0f90b01900dc.png)
new THREE.SphereGeometry(1/2, 18, 12, Math.PI / 2, Math.PI, 0, 2 * Math.PI / 2),
![](https://img.haomeiwen.com/i2595866/f575229255a6a9d9.png)
new THREE.SphereGeometry(1/2, 18, 12, Math.PI / 2, Math.PI, 0, 3 * Math.PI / 2),
![](https://img.haomeiwen.com/i2595866/a359b5e5ae3c8239.png)
new THREE.SphereGeometry(1/2, 18, 12, Math.PI / 2, Math.PI, 0, 4 * Math.PI / 2)
![](https://img.haomeiwen.com/i2595866/a2d798477bf04bca.png)
new THREE.SphereGeometry(1/2, 18, 12, Math.PI / 2, Math.PI, 0, 12 * Math.PI / 2)
![](https://img.haomeiwen.com/i2595866/d9ee0929c8befd1f.png)
new THREE.SphereGeometry(1/2, 18, 12, Math.PI / 2, Math.PI, 0, 23 * Math.PI / 2)
23是最大了,24点时候就消失了。
网友评论