PointsMaterial ({color:0xff0000,size:6}); let points = new THREE.Points(geometry,material); scene.add(points) 複製程式碼.
確定! 回上一頁