PointsMaterial ( { color: 0x888888 } ); const points = new THREE.Points( geometry, material ); scene.add( points ); ...
確定! 回上一頁