設定材質. var material = new THREE.MeshBasicMaterial( { color: 0x00ff00 } );. var cube = new THREE.Mesh( geometry, material );. //加到場景.
確定! 回上一頁