MeshNormalMaterial (); var cube = new THREE.Mesh(cubeGeometry, cubeMaterial); // 正方体位置 cube.position.x = -6; cube.position.y = -6; ...
確定! 回上一頁