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