Example: webgl cube example //previous webgl scene const geometry = new THREE.BoxGeometry(); const material = new THREE.MeshBasicMaterial( { color: 0x00ff00 } ...
確定! 回上一頁