PointsMaterial ({color: 0x888888,size:20}) var starsPoint = new THREE.Points(starsGeometry, starsMaterial); group.add(starsPoint); ...
確定! 回上一頁