PointsMaterial ( {size: 0.01} ); material.vertexColors = true; const mesh = new THREE.Points( geometry, material ); mesh.position.x = 0; ...
確定! 回上一頁