PointsMaterial ({ // 一つ一つのサイズ size: 10, // 色 color: 0xffffff, }); // 物体を作成 const mesh = new THREE.Points(geometry, material); ...
確定! 回上一頁